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

pub struct AcceptCall {
    pub peer: InputPhoneCall,
    pub g_b: bytes,
    pub protocol: PhoneCallProtocol,
}

TL-derived from phone.acceptCall

phone.acceptCall#3bd2b4a0 peer:InputPhoneCall g_b:bytes protocol:PhoneCallProtocol = phone.PhoneCall;

Fields

Trait Implementations

impl Debug for AcceptCall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AcceptCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for AcceptCall
[src]

[src]

[src]

impl Function for AcceptCall
[src]

impl BareSerialize for AcceptCall
[src]

Auto Trait Implementations

impl Send for AcceptCall

impl Sync for AcceptCall