class TelegramBot::InputMediaVideo

Defined in:

telegram_bot/types/input_media_video.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_719 : 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 to_json(json : JSON::Builder) #

[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]