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

pub struct GetCdnFile {
    pub file_token: bytes,
    pub offset: int,
    pub limit: int,
}

TL-derived from upload.getCdnFile

upload.getCdnFile#2000bcc3 file_token:bytes offset:int limit:int = upload.CdnFile;

Fields

Trait Implementations

impl Debug for GetCdnFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetCdnFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetCdnFile
[src]

[src]

[src]

impl Function for GetCdnFile
[src]

impl BareSerialize for GetCdnFile
[src]

Auto Trait Implementations

impl Send for GetCdnFile

impl Sync for GetCdnFile