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

pub struct AcceptEncryption {
    pub peer: InputEncryptedChat,
    pub g_b: bytes,
    pub key_fingerprint: long,
}

TL-derived from messages.acceptEncryption

messages.acceptEncryption#3dbc0415 peer:InputEncryptedChat g_b:bytes key_fingerprint:long = EncryptedChat;

Fields

Trait Implementations

impl Debug for AcceptEncryption
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AcceptEncryption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for AcceptEncryption
[src]

[src]

[src]

impl Function for AcceptEncryption
[src]

impl BareSerialize for AcceptEncryption
[src]

Auto Trait Implementations