Struct clacks_mtproto::mtproto::input::DocumentFileLocation [] [src]

pub struct DocumentFileLocation {
    pub id: long,
    pub access_hash: long,
    pub version: int,
}

TL-derived from inputDocumentFileLocation

inputDocumentFileLocation#430f0724 id:long access_hash:long version:int = InputFileLocation;

Fields

Trait Implementations

impl Debug for DocumentFileLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DocumentFileLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DocumentFileLocation
[src]

impl BareDeserialize for DocumentFileLocation
[src]

impl IntoBoxed for DocumentFileLocation
[src]

Auto Trait Implementations