Struct clacks::mtproto::inputMediaUploadedDocument [] [src]

pub struct inputMediaUploadedDocument {
    pub nosound_video: bool,
    pub file: InputFile,
    pub thumb: Option<InputFile>,
    pub mime_type: string,
    pub attributes: Vector<Boxed, DocumentAttribute>,
    pub caption: string,
    pub stickers: Option<Vector<Boxed, InputDocument>>,
    pub ttl_seconds: Option<int>,
}

Fields

Trait Implementations

impl Debug for inputMediaUploadedDocument
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputMediaUploadedDocument
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputMediaUploadedDocument
[src]

[src]

impl BareDeserialize for inputMediaUploadedDocument
[src]

[src]

impl IntoBoxed for inputMediaUploadedDocument
[src]

Auto Trait Implementations