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

pub struct PhoneCall {
    pub id: long,
    pub access_hash: long,
    pub date: int,
    pub admin_id: int,
    pub participant_id: int,
    pub g_a_or_b: bytes,
    pub key_fingerprint: long,
    pub protocol: PhoneCallProtocol,
    pub connection: PhoneConnection,
    pub alternative_connections: Vector<Boxed, PhoneConnection>,
    pub start_date: int,
}

TL-derived from phoneCall

phoneCall#ffe6ab67 id:long access_hash:long date:int admin_id:int participant_id:int g_a_or_b:bytes key_fingerprint:long protocol:PhoneCallProtocol connection:PhoneConnection alternative_connections:Vector<PhoneConnection> start_date:int = PhoneCall;

Fields

Trait Implementations

impl Debug for PhoneCall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PhoneCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PhoneCall
[src]

impl BareDeserialize for PhoneCall
[src]

impl IntoBoxed for PhoneCall
[src]

Auto Trait Implementations

impl Send for PhoneCall

impl Sync for PhoneCall