class
TelegramBot::Video
- TelegramBot::Video
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/video.crConstructors
Instance Method Summary
- #cover : Array(PhotoSize) | Nil
- #cover=(cover : Array(PhotoSize) | Nil)
- #duration : Int32
- #duration=(duration : Int32)
- #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 : Int32
- #height=(height : Int32)
- #mime_type : String | Nil
- #mime_type=(mime_type : String | Nil)
- #qualities : Array(VideoQuality) | Nil
- #qualities=(qualities : Array(VideoQuality) | Nil)
- #start_timestamp : Int32 | Nil
- #start_timestamp=(start_timestamp : Int32 | Nil)
- #thumbnail : PhotoSize | Nil
- #thumbnail=(thumbnail : PhotoSize | Nil)
- #width : Int32
- #width=(width : Int32)