class TelegramBot::InputMediaVideo
- TelegramBot::InputMediaVideo
- TelegramBot::InputMedia
- Reference
- Object
Included Modules
- JSON::Serializable
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)
- #parse_mode : String | Nil
- #parse_mode=(parse_mode : String | Nil)
- #supports_streaming=(supports_streaming : Bool | Nil)
- #supports_streaming? : Bool | Nil
- #type : String
- #type=(type : String)
- #width : Int32 | Nil
- #width=(width : Int32 | Nil)