Struct clacks_mtproto::mtproto::input_phone_call::InputPhoneCall [] [src]

pub struct InputPhoneCall {
    pub id: long,
    pub access_hash: long,
}

TL-derived from inputPhoneCall

inputPhoneCall#1e36fded id:long access_hash:long = InputPhoneCall;

Fields

Trait Implementations

impl Debug for InputPhoneCall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputPhoneCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputPhoneCall
[src]

impl BareDeserialize for InputPhoneCall
[src]

impl IntoBoxed for InputPhoneCall
[src]

Auto Trait Implementations