class TelegramBot::ShippingAddress
- TelegramBot::ShippingAddress
- Reference
- Object
Included Modules
- JSON::Serializable
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)