Struct wdg_telegram_types::Animation [] [src]

pub struct Animation {
    pub _file_id: String,
    pub _thumb: Option<PhotoSize>,
    pub _file_name: Option<String>,
    pub _mime_type: Option<String>,
    pub _file_size: Option<i32>,
}

You can provide an animation for your game so that it looks stylish in chats (check out Lumberjack for an example). This object represents an animation file to be displayed in the message containing a game.

Fields

Unique file identifier

Optional. Animation thumbnail as defined by sender

Optional. Original animation filename as defined by sender

Optional. MIME type of the file as defined by sender

Optional. File size