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

pub struct DeleteContact {
    pub id: InputUser,
}

TL-derived from contacts.deleteContact

contacts.deleteContact#8e953744 id:InputUser = contacts.Link;

Fields

Trait Implementations

impl Debug for DeleteContact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteContact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for DeleteContact
[src]

[src]

[src]

impl Function for DeleteContact
[src]

impl BareSerialize for DeleteContact
[src]

Auto Trait Implementations

impl Send for DeleteContact

impl Sync for DeleteContact