Struct clacks_mtproto::mtproto::rpc::messages::RequestEncryption [] [src]

pub struct RequestEncryption {
    pub user_id: InputUser,
    pub random_id: int,
    pub g_a: bytes,
}

TL-derived from messages.requestEncryption

messages.requestEncryption#f64daf43 user_id:InputUser random_id:int g_a:bytes = EncryptedChat;

Fields

Trait Implementations

impl Debug for RequestEncryption
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RequestEncryption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for RequestEncryption
[src]

[src]

[src]

impl Function for RequestEncryption
[src]

impl BareSerialize for RequestEncryption
[src]

Auto Trait Implementations