Struct clacks_mtproto::mtproto::document::Document [] [src]

pub struct Document {
    pub id: long,
    pub access_hash: long,
    pub date: int,
    pub mime_type: string,
    pub size: int,
    pub thumb: PhotoSize,
    pub dc_id: int,
    pub version: int,
    pub attributes: Vector<Boxed, DocumentAttribute>,
}

TL-derived from document

document#87232bc7 id:long access_hash:long date:int mime_type:string size:int thumb:PhotoSize dc_id:int version:int attributes:Vector<DocumentAttribute> = Document;

Fields

Trait Implementations

impl Debug for Document
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Document
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Document
[src]

impl BareDeserialize for Document
[src]

impl IntoBoxed for Document
[src]

Auto Trait Implementations

impl Send for Document

impl Sync for Document