Struct telebot::objects::Sticker [] [src]

pub struct Sticker {
    pub file_id: String,
    pub width: Integer,
    pub height: Integer,
    pub thumb: Option<PhotoSize>,
    pub emoji: Option<String>,
    pub file_size: Option<Integer>,
}

This object represents a sticker.

Fields

Trait Implementations

impl Debug for Sticker
[src]

Formats the value using the given formatter.