Struct clacks_mtproto::mtproto::messages::sent_encrypted::File [] [src]

pub struct File {
    pub date: int,
    pub file: EncryptedFile,
}

TL-derived from messages.sentEncryptedFile

messages.sentEncryptedFile#9493ff32 date:int file:EncryptedFile = messages.SentEncryptedMessage;

Fields

Trait Implementations

impl Debug for File
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for File
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for File
[src]

impl BareDeserialize for File
[src]

impl IntoBoxed for File
[src]

Auto Trait Implementations

impl Send for File

impl Sync for File