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) #

[View source]

Instance Method Detail

def caption : String | Nil #

[View source]
def caption=(caption : String | Nil) #

[View source]
def duration : Int32 | Nil #

[View source]
def duration=(duration : Int32 | Nil) #

[View source]
def height : Int32 | Nil #

[View source]
def height=(height : Int32 | Nil) #

[View source]
def media : String #

[View source]
def media=(media : String) #

[View source]
def parse_mode : String | Nil #

[View source]
def parse_mode=(parse_mode : String | Nil) #

[View source]
def supports_streaming=(supports_streaming : Bool | Nil) #

[View source]
def supports_streaming? : Bool | Nil #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def width : Int32 | Nil #

[View source]
def width=(width : Int32 | Nil) #

[View source]