Struct clacks_mtproto::mtproto::upload::file::CdnRedirect [] [src]

pub struct CdnRedirect {
    pub dc_id: int,
    pub file_token: bytes,
    pub encryption_key: bytes,
    pub encryption_iv: bytes,
    pub cdn_file_hashes: Vector<Boxed, CdnFileHash>,
}

TL-derived from upload.fileCdnRedirect

upload.fileCdnRedirect#ea52fe5a dc_id:int file_token:bytes encryption_key:bytes encryption_iv:bytes cdn_file_hashes:Vector<CdnFileHash> = upload.File;

Fields

Trait Implementations

impl Debug for CdnRedirect
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CdnRedirect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for CdnRedirect
[src]

impl BareDeserialize for CdnRedirect
[src]

impl IntoBoxed for CdnRedirect
[src]

[src]

Auto Trait Implementations

impl Send for CdnRedirect

impl Sync for CdnRedirect