Struct clacks::mtproto::encryptedChatRequested [] [src]

pub struct encryptedChatRequested {
    pub id: int,
    pub access_hash: long,
    pub date: int,
    pub admin_id: int,
    pub participant_id: int,
    pub g_a: bytes,
}

Fields

Trait Implementations

impl Debug for encryptedChatRequested
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for encryptedChatRequested
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for encryptedChatRequested
[src]

[src]

impl BareDeserialize for encryptedChatRequested
[src]

[src]

impl IntoBoxed for encryptedChatRequested
[src]

Auto Trait Implementations