Struct clacks_mtproto::mtproto::encrypted_message::EncryptedMessage [] [src]

pub struct EncryptedMessage {
    pub random_id: long,
    pub chat_id: int,
    pub date: int,
    pub bytes: bytes,
    pub file: EncryptedFile,
}

TL-derived from encryptedMessage

encryptedMessage#ed18c118 random_id:long chat_id:int date:int bytes:bytes file:EncryptedFile = EncryptedMessage;

Fields

Trait Implementations

impl Debug for EncryptedMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EncryptedMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for EncryptedMessage
[src]

impl BareDeserialize for EncryptedMessage
[src]

impl IntoBoxed for EncryptedMessage
[src]

Auto Trait Implementations