class TelegramBot::Animation
- TelegramBot::Animation
- Reference
- Object
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)
- #file_size : Int32 | Nil
- #file_size=(_file_size : Int32 | Nil)
- #mime_type : String | Nil
- #mime_type=(_mime_type : String | Nil)
- #thumb : PhotoSize | Nil
- #thumb=(_thumb : PhotoSize | Nil)
- #to_json(json : JSON::Builder)