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

pub struct UploadEncryptedFile {
    pub peer: InputEncryptedChat,
    pub file: InputEncryptedFile,
}

TL-derived from messages.uploadEncryptedFile

messages.uploadEncryptedFile#5057c497 peer:InputEncryptedChat file:InputEncryptedFile = EncryptedFile;

Fields

Trait Implementations

impl Debug for UploadEncryptedFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UploadEncryptedFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for UploadEncryptedFile
[src]

[src]

[src]

impl Function for UploadEncryptedFile
[src]

impl BareSerialize for UploadEncryptedFile
[src]

Auto Trait Implementations