Struct clacks_mtproto::mtproto::phone_call::Requested [] [src]

pub struct Requested {
    pub id: long,
    pub access_hash: long,
    pub date: int,
    pub admin_id: int,
    pub participant_id: int,
    pub g_a_hash: bytes,
    pub protocol: PhoneCallProtocol,
}

TL-derived from phoneCallRequested

phoneCallRequested#83761ce4 id:long access_hash:long date:int admin_id:int participant_id:int g_a_hash:bytes protocol:PhoneCallProtocol = PhoneCall;

Fields

Trait Implementations

impl Debug for Requested
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Requested
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Requested
[src]

impl BareDeserialize for Requested
[src]

impl IntoBoxed for Requested
[src]

Auto Trait Implementations

impl Send for Requested

impl Sync for Requested