class TelegramBot::Models::ShippingQuery

Overview

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

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#shippingquery


[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]