Struct clacks_mtproto::mtproto::input_phone_contact::InputPhoneContact [] [src]

pub struct InputPhoneContact {
    pub client_id: long,
    pub phone: string,
    pub first_name: string,
    pub last_name: string,
}

TL-derived from inputPhoneContact

inputPhoneContact#f392b7f4 client_id:long phone:string first_name:string last_name:string = InputContact;

Fields

Trait Implementations

impl Debug for InputPhoneContact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputPhoneContact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputPhoneContact
[src]

impl BareDeserialize for InputPhoneContact
[src]

impl IntoBoxed for InputPhoneContact
[src]

Auto Trait Implementations