Struct clacks_mtproto::mtproto::input_encrypted_file::Uploaded [] [src]

pub struct Uploaded {
    pub id: long,
    pub parts: int,
    pub md5_checksum: string,
    pub key_fingerprint: int,
}

TL-derived from inputEncryptedFileUploaded

inputEncryptedFileUploaded#64bd0306 id:long parts:int md5_checksum:string key_fingerprint:int = InputEncryptedFile;

Fields

Trait Implementations

impl Debug for Uploaded
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Uploaded
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Uploaded
[src]

impl BareDeserialize for Uploaded
[src]

impl IntoBoxed for Uploaded
[src]

Auto Trait Implementations

impl Send for Uploaded

impl Sync for Uploaded