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
- .new(file_id : String, width : Int32, height : Int32, file_size : Int32 | Nil = nil)
- .new(__temp_899 : JSON::PullParser)
Instance Method Summary
- #file_id : String
- #file_id=(_file_id : String)
- #file_size : Int32 | Nil
- #file_size=(_file_size : Int32 | Nil)
- #height : Int32
- #height=(_height : Int32)
- #to_json(json : JSON::Builder)
- #width : Int32
- #width=(_width : Int32)
Constructor Detail
def self.new(file_id : String, width : Int32, height : Int32, file_size : Int32 | Nil = nil)
#