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

pub struct GetCdnFileHashes {
    pub file_token: bytes,
    pub offset: int,
}

TL-derived from upload.getCdnFileHashes

upload.getCdnFileHashes#f715c87b file_token:bytes offset:int = Vector<CdnFileHash>;

Fields

Trait Implementations

impl Debug for GetCdnFileHashes
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetCdnFileHashes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetCdnFileHashes
[src]

[src]

[src]

impl Function for GetCdnFileHashes
[src]

impl BareSerialize for GetCdnFileHashes
[src]

Auto Trait Implementations