Struct clacks_mtproto::mtproto::rpc::upload::SaveBigFilePart [] [src]

pub struct SaveBigFilePart {
    pub file_id: long,
    pub file_part: int,
    pub file_total_parts: int,
    pub bytes: bytes,
}

TL-derived from upload.saveBigFilePart

upload.saveBigFilePart#de7b673d file_id:long file_part:int file_total_parts:int bytes:bytes = Bool;

Fields

Trait Implementations

impl Debug for SaveBigFilePart
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SaveBigFilePart
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SaveBigFilePart
[src]

[src]

[src]

impl Function for SaveBigFilePart
[src]

impl BareSerialize for SaveBigFilePart
[src]

Auto Trait Implementations