class TelegramBot::InputMediaVideo
- TelegramBot::InputMediaVideo
- TelegramBot::InputMedia
- Reference
- Object
Defined in:
telegram_bot/types/input_media_video.crConstructors
Instance Method Summary
- #caption : String | Nil
- #caption=(_caption : String | Nil)
- #duration : Int32 | Nil
- #duration=(_duration : Int32 | Nil)
- #height : Int32 | Nil
- #height=(_height : Int32 | Nil)
- #media : String
- #media=(_media : String)
- #to_json(json : JSON::Builder)
- #type : String
- #type=(_type : String)
- #width : Int32 | Nil
- #width=(_width : Int32 | Nil)