class TelegramBot::PhotoSize

Defined in:

telegram_bot/types/photo_size.cr

Constant Summary

FIELDS = {file_id: String, width: Int32, height: Int32, file_size: {type: Int32, nilable: true}}

Constructors

Constructor Detail

def self.new(file_id : String, width : Int32, height : Int32, file_size : Int32 | Nil = nil) #

[View source]