Enum clacks_mtproto::mtproto::messages::Stickers [] [src]

pub enum Stickers {
    NotModified,
    Stickers(Stickers),
}

TL-derived from messages.Stickers

messages.stickersNotModified#f1749a22 = messages.Stickers;

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

Variants

Methods

impl Stickers
[src]

[src]

[src]

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 BoxedSerialize for Stickers
[src]

[src]

[src]

impl BoxedDeserialize for Stickers
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations

impl Send for Stickers

impl Sync for Stickers