class TelegramBot::Video
- TelegramBot::Video
- Reference
- Object
Defined in:
telegram_bot/types/video.crConstructors
Instance Method Summary
- #duration : Int32
- #duration=(_duration : Int32)
- #file_id : String
- #file_id=(_file_id : String)
- #file_size : Int32 | Nil
- #file_size=(_file_size : Int32 | Nil)
- #height : Int32
- #height=(_height : Int32)
- #mime_type : String | Nil
- #mime_type=(_mime_type : String | Nil)
- #thumb : PhotoSize | Nil
- #thumb=(_thumb : PhotoSize | Nil)
- #to_json(json : JSON::Builder)
- #width : Int32
- #width=(_width : Int32)