Enum telegram::schema::messages::AllStickers []

pub enum AllStickers {
    allStickersNotModified,
    allStickers {
        hash: String,
        packs: Vec<StickerPack>,
        documents: Vec<Document>,
    },
}

Variants

Fields of allStickers

Trait Implementations

impl Debug for AllStickers
[src]

Formats the value using the given formatter.

impl Serialize for AllStickers

Serialize to the passed buffer.