class TelegramBot::ShippingQuery

Defined in:

telegram_bot/types/shipping_query.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def from : User #

[View source]
def from=(_from : User) #

[View source]
def id : String #

[View source]
def id=(_id : String) #

[View source]
def invoice_payload : String #

[View source]
def invoice_payload=(_invoice_payload : String) #

[View source]
def shipping_address : ShippingAddress #

[View source]
def shipping_address=(_shipping_address : ShippingAddress) #

[View source]
def to_json(json : JSON::Builder) #

[View source]