Struct clacks_mtproto::mtproto::messages::stickers::Stickers [] [src]

pub struct Stickers {
    pub hash: string,
    pub stickers: Vector<Boxed, Document>,
}

TL-derived from messages.stickers

messages.stickers#8a8ecd32 hash:string stickers:Vector<Document> = messages.Stickers;

Fields

Trait Implementations

impl Debug for Stickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Stickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Stickers
[src]

impl BareDeserialize for Stickers
[src]

impl IntoBoxed for Stickers
[src]

Auto Trait Implementations

impl Send for Stickers

impl Sync for Stickers