class TelegramBot::ShippingQuery

Included Modules

Defined in:

telegram_bot/types/shipping_query.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : 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]