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

pub struct Document {
    pub id: InputDocument,
}

TL-derived from inputStickeredMediaDocument

inputStickeredMediaDocument#438865b id:InputDocument = InputStickeredMedia;

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