Enum telegram::schema::messages::Stickers []

pub enum Stickers {
    stickersNotModified,
    stickers {
        hash: String,
        stickers: Vec<Document>,
    },
}

Variants

Fields of stickers

Trait Implementations

impl Debug for Stickers
[src]

Formats the value using the given formatter.

impl Serialize for Stickers

Serialize to the passed buffer.