Struct clacks_mtproto::mtproto::input_web_document::InputWebDocument [] [src]

pub struct InputWebDocument {
    pub url: string,
    pub size: int,
    pub mime_type: string,
    pub attributes: Vector<Boxed, DocumentAttribute>,
}

TL-derived from inputWebDocument

inputWebDocument#9bed434d url:string size:int mime_type:string attributes:Vector<DocumentAttribute> = InputWebDocument;

Fields

Trait Implementations

impl Debug for InputWebDocument
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputWebDocument
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputWebDocument
[src]

impl BareDeserialize for InputWebDocument
[src]

impl IntoBoxed for InputWebDocument
[src]

Auto Trait Implementations