class TelegramBot::PhotoSize
- TelegramBot::PhotoSize
- Reference
- Object
Defined in:
telegram_bot/types/photo_size.crConstant 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)
#