class TelegramBot::Models::ShippingAddress

Overview

https://core.telegram.org/bots/api#shippingaddress

Defined in:

telegram_bot/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class TelegramBot::Models::Base

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

https://core.telegram.org/bots/api#shippingaddress


[View source]

Instance Method Detail

def city : String #

[View source]
def city=(city : String) #

[View source]
def country_code : String #

[View source]
def country_code=(country_code : String) #

[View source]
def post_code : String #

[View source]
def post_code=(post_code : String) #

[View source]
def state : String #

[View source]
def state=(state : String) #

[View source]
def street_line1 : String #

[View source]
def street_line1=(street_line1 : String) #

[View source]
def street_line2 : String #

[View source]
def street_line2=(street_line2 : String) #

[View source]