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

pub struct RequestCall {
    pub user_id: InputUser,
    pub random_id: int,
    pub g_a_hash: bytes,
    pub protocol: PhoneCallProtocol,
}

TL-derived from phone.requestCall

phone.requestCall#5b95b3d4 user_id:InputUser random_id:int g_a_hash:bytes protocol:PhoneCallProtocol = phone.PhoneCall;

Fields

Trait Implementations

impl Debug for RequestCall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RequestCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for RequestCall
[src]

[src]

[src]

impl Function for RequestCall
[src]

impl BareSerialize for RequestCall
[src]

Auto Trait Implementations

impl Send for RequestCall

impl Sync for RequestCall