class TelegramBot::Models::ShippingAddress
Overview
https://core.telegram.org/bots/api#shippingaddress
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#shippingaddress
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)