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

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

TL-derived from phoneCallAccepted

phoneCallAccepted#6d003d3f id:long access_hash:long date:int admin_id:int participant_id:int g_b:bytes protocol:PhoneCallProtocol = PhoneCall;

Fields

Trait Implementations

impl Debug for Accepted
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Accepted
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Accepted
[src]

impl BareDeserialize for Accepted
[src]

impl IntoBoxed for Accepted
[src]

Auto Trait Implementations

impl Send for Accepted

impl Sync for Accepted