class TelegramBot::ShippingAddress
- TelegramBot::ShippingAddress
- Reference
- Object
Defined in:
telegram_bot/types/shipping_address.crConstructors
Instance Method Summary
- #city : String
- #city=(_city : String)
- #country_code : String
- #country_code=(_country_code : String)
- #post_code : String
- #post_code=(_post_code : String)
- #state : String
- #state=(_state : String)
- #street_line1 : String
- #street_line1=(_street_line1 : String)
- #street_line2 : String
- #street_line2=(_street_line2 : String)
- #to_json(json : JSON::Builder)