Struct telegram::schema::StickerPack []

pub struct StickerPack {
    pub emoticon: String,
    pub documents: Vec<i64>,
}

Fields

Trait Implementations

impl Debug for StickerPack
[src]

Formats the value using the given formatter.

impl Serialize for StickerPack

Serialize to the passed buffer.