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

pub struct GetWebFile {
    pub location: InputWebFileLocation,
    pub offset: int,
    pub limit: int,
}

TL-derived from upload.getWebFile

upload.getWebFile#24e6818d location:InputWebFileLocation offset:int limit:int = upload.WebFile;

Fields

Trait Implementations

impl Debug for GetWebFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetWebFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetWebFile
[src]

[src]

[src]

impl Function for GetWebFile
[src]

impl BareSerialize for GetWebFile
[src]

Auto Trait Implementations

impl Send for GetWebFile

impl Sync for GetWebFile