class TelegramBot::InputMediaVideo

Included Modules

Defined in:

telegram_bot/types/input_media_video.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def caption : String | Nil #

def caption=(caption : String | Nil) #

def duration : Int32 | Nil #

def duration=(duration : Int32 | Nil) #

def height : Int32 | Nil #

def height=(height : Int32 | Nil) #

def media : String #

def media=(media : String) #

def parse_mode : String | Nil #

def parse_mode=(parse_mode : String | Nil) #

def supports_streaming=(supports_streaming : Bool | Nil) #

def supports_streaming? : Bool | Nil #

def type : String #

def type=(type : String) #

def width : Int32 | Nil #

def width=(width : Int32 | Nil) #