class TelegramBot::PhotoSize
- TelegramBot::PhotoSize
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/photo_size.crConstructors
- .new(file_id : String, file_unique_id : String, width : Int32, height : Int32, *, file_size : Int32 | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #file_id : String
- #file_id=(file_id : String)
- #file_size : Int32 | Nil
- #file_size=(file_size : Int32 | Nil)
- #file_unique_id : String
- #file_unique_id=(file_unique_id : String)
- #height : Int32
- #height=(height : Int32)
- #width : Int32
- #width=(width : Int32)
Constructor Detail
def self.new(file_id : String, file_unique_id : String, width : Int32, height : Int32, *, file_size : Int32 | Nil = nil)
#