class TelegramBot::ShippingAddress

Included Modules

Defined in:

telegram_bot/types/shipping_address.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def city : String #

def city=(city : String) #

def country_code : String #

def country_code=(country_code : String) #

def post_code : String #

def post_code=(post_code : String) #

def state : String #

def state=(state : String) #

def street_line1 : String #

def street_line1=(street_line1 : String) #

def street_line2 : String #

def street_line2=(street_line2 : String) #