class TelegramBot::Models::Animation
- TelegramBot::Models::Animation
- TelegramBot::Models::Base
- Reference
- Object
Overview
https://core.telegram.org/bots/api#animation
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#animation
Instance Method Summary
- #duration : Int64
- #duration=(duration : Int64)
- #file_id : String
- #file_id=(file_id : String)
- #file_name : String | Nil
- #file_name=(file_name : String | Nil)
- #file_size : Int64 | Nil
- #file_size=(file_size : Int64 | Nil)
- #file_unique_id : String
- #file_unique_id=(file_unique_id : String)
- #height : Int64
- #height=(height : Int64)
- #mime_type : String | Nil
- #mime_type=(mime_type : String | Nil)
- #thumb : PhotoSize | Nil
- #thumb=(thumb : PhotoSize | Nil)
- #width : Int64
- #width=(width : Int64)