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

pub struct PhoneCall {
    pub call_id: long,
    pub reason: Option<PhoneCallDiscardReason>,
    pub duration: Option<int>,
}

TL-derived from messageActionPhoneCall

messageActionPhoneCall#80e11a7f flags:# call_id:long reason:flags.0?PhoneCallDiscardReason duration:flags.1?int = MessageAction;

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