class TelegramBot::Video

Defined in:

telegram_bot/types/video.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def duration : Int32 #

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

[View source]
def file_id : String #

[View source]
def file_id=(_file_id : String) #

[View source]
def file_size : Int32 | Nil #

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

[View source]
def height : Int32 #

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

[View source]
def mime_type : String | Nil #

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

[View source]
def thumb : PhotoSize | Nil #

[View source]
def thumb=(_thumb : PhotoSize | Nil) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def width : Int32 #

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

[View source]