Struct clacks_mtproto::mtproto::encrypted_chat::EncryptedChat [] [src]

pub struct EncryptedChat {
    pub id: int,
    pub access_hash: long,
    pub date: int,
    pub admin_id: int,
    pub participant_id: int,
    pub g_a_or_b: bytes,
    pub key_fingerprint: long,
}

TL-derived from encryptedChat

encryptedChat#fa56ce36 id:int access_hash:long date:int admin_id:int participant_id:int g_a_or_b:bytes key_fingerprint:long = EncryptedChat;

Fields

Trait Implementations

impl Debug for EncryptedChat
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EncryptedChat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for EncryptedChat
[src]

impl BareDeserialize for EncryptedChat
[src]

impl IntoBoxed for EncryptedChat
[src]

Auto Trait Implementations

impl Send for EncryptedChat

impl Sync for EncryptedChat