Struct clacks_mtproto::mtproto::message_media::Contact [] [src]

pub struct Contact {
    pub phone_number: string,
    pub first_name: string,
    pub last_name: string,
    pub user_id: int,
}

TL-derived from messageMediaContact

messageMediaContact#5e7d2f39 phone_number:string first_name:string last_name:string user_id:int = MessageMedia;

Fields

Trait Implementations

impl Debug for Contact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Contact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Contact
[src]

impl BareDeserialize for Contact
[src]

impl IntoBoxed for Contact
[src]

Auto Trait Implementations

impl Send for Contact

impl Sync for Contact