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

pub struct DiscardCall {
    pub peer: InputPhoneCall,
    pub duration: int,
    pub reason: PhoneCallDiscardReason,
    pub connection_id: long,
}

TL-derived from phone.discardCall

phone.discardCall#78d413a6 peer:InputPhoneCall duration:int reason:PhoneCallDiscardReason connection_id:long = Updates;

Fields

Trait Implementations

impl Debug for DiscardCall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DiscardCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for DiscardCall
[src]

[src]

[src]

impl Function for DiscardCall
[src]

impl BareSerialize for DiscardCall
[src]

Auto Trait Implementations

impl Send for DiscardCall

impl Sync for DiscardCall