Struct clacks_mtproto::mtproto::rpc::contacts::DeleteContacts [] [src]

pub struct DeleteContacts {
    pub id: Vector<Boxed, InputUser>,
}

TL-derived from contacts.deleteContacts

contacts.deleteContacts#59ab389e id:Vector<InputUser> = Bool;

Fields

Trait Implementations

impl Debug for DeleteContacts
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteContacts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for DeleteContacts
[src]

[src]

[src]

impl Function for DeleteContacts
[src]

impl BareSerialize for DeleteContacts
[src]

Auto Trait Implementations