Struct clacks_mtproto::mtproto::rpc::phone::ConfirmCall [] [src]

pub struct ConfirmCall {
    pub peer: InputPhoneCall,
    pub g_a: bytes,
    pub key_fingerprint: long,
    pub protocol: PhoneCallProtocol,
}

TL-derived from phone.confirmCall

phone.confirmCall#2efe1722 peer:InputPhoneCall g_a:bytes key_fingerprint:long protocol:PhoneCallProtocol = phone.PhoneCall;

Fields

Trait Implementations

impl Debug for ConfirmCall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ConfirmCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ConfirmCall
[src]

[src]

[src]

impl Function for ConfirmCall
[src]

impl BareSerialize for ConfirmCall
[src]

Auto Trait Implementations

impl Send for ConfirmCall

impl Sync for ConfirmCall