Struct clacks_mtproto::mtproto::input_encrypted_chat::InputEncryptedChat [] [src]

pub struct InputEncryptedChat {
    pub chat_id: int,
    pub access_hash: long,
}

TL-derived from inputEncryptedChat

inputEncryptedChat#f141b5e1 chat_id:int access_hash:long = InputEncryptedChat;

Fields

Trait Implementations

impl Debug for InputEncryptedChat
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputEncryptedChat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputEncryptedChat
[src]

impl BareDeserialize for InputEncryptedChat
[src]

impl IntoBoxed for InputEncryptedChat
[src]

Auto Trait Implementations