class TelegramBot::PreCheckoutQuery

Included Modules

Defined in:

telegram_bot/types/pre_checkout_query.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def currency : String #

def currency=(currency : String) #

def from : User #

def from=(from : User) #

def id : String #

def id=(id : String) #

def invoice_payload : String #

def invoice_payload=(invoice_payload : String) #

def order_info : OrderInfo | Nil #

def order_info=(order_info : OrderInfo | Nil) #

def shipping_option_id : String | Nil #

def shipping_option_id=(shipping_option_id : String | Nil) #

def total_amount : Int32 #

def total_amount=(total_amount : Int32) #