class TelegramBot::VideoNote
- TelegramBot::VideoNote
- Reference
- Object
Defined in:
telegram_bot/types/video_note.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)
- #length : Int32
- #length=(_length : Int32)
- #thumb : PhotoSize | Nil
- #thumb=(_thumb : PhotoSize | Nil)
- #to_json(json : JSON::Builder)