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

pub struct SendEncryptedFile {
    pub peer: InputEncryptedChat,
    pub random_id: long,
    pub data: bytes,
    pub file: InputEncryptedFile,
}

TL-derived from messages.sendEncryptedFile

messages.sendEncryptedFile#9a901b66 peer:InputEncryptedChat random_id:long data:bytes file:InputEncryptedFile = messages.SentEncryptedMessage;

Fields

Trait Implementations

impl Debug for SendEncryptedFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SendEncryptedFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SendEncryptedFile
[src]

[src]

[src]

impl Function for SendEncryptedFile
[src]

impl BareSerialize for SendEncryptedFile
[src]

Auto Trait Implementations