class
TelegramBot::VideoQuality
- TelegramBot::VideoQuality
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/video.crConstructors
Instance Method Summary
- #codec : String
- #codec=(codec : String)
- #file_id : String
- #file_id=(file_id : String)
- #file_size : Int64 | Nil
- #file_size=(file_size : Int64 | Nil)
- #file_unique_id : String
- #file_unique_id=(file_unique_id : String)
- #height : Int32
- #height=(height : Int32)
- #width : Int32
- #width=(width : Int32)