class TelegramBot::VideoQuality

Included Modules

Defined in:

telegram_bot/types/video.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def codec : String #

def codec=(codec : String) #

def file_id : String #

def file_id=(file_id : String) #

def file_size : Int64 | Nil #

def file_size=(file_size : Int64 | Nil) #

def file_unique_id : String #

def file_unique_id=(file_unique_id : String) #

def height : Int32 #

def height=(height : Int32) #

def width : Int32 #

def width=(width : Int32) #