Struct clacks_mtproto::mtproto::messages::sticker_set::StickerSet [] [src]

pub struct StickerSet {
    pub set: StickerSet,
    pub packs: Vector<Boxed, StickerPack>,
    pub documents: Vector<Boxed, Document>,
}

TL-derived from messages.stickerSet

messages.stickerSet#b60a24a6 set:StickerSet packs:Vector<StickerPack> documents:Vector<Document> = messages.StickerSet;

Fields

Trait Implementations

impl Debug for StickerSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StickerSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for StickerSet
[src]

impl BareDeserialize for StickerSet
[src]

impl IntoBoxed for StickerSet
[src]

Auto Trait Implementations

impl Send for StickerSet

impl Sync for StickerSet