class TelegramBot::Animation
- TelegramBot::Animation
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/animation.crConstructors
Instance Method Summary
- #file_id : String
- #file_id=(file_id : String)
- #file_name : String | Nil
- #file_name=(file_name : String | Nil)
- #mime_type : String | Nil
- #mime_type=(mime_type : String | Nil)
- #thumb : PhotoSize | Nil
- #thumb=(thumb : PhotoSize | Nil)
- #type : Int32 | Nil
- #type=(type : Int32 | Nil)