class TelegramBot::Models::PreCheckoutQuery
Overview
https://core.telegram.org/bots/api#precheckoutquery
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#precheckoutquery
Instance Method Summary
- #currency : String
- #currency=(currency : String)
- #from : User
- #from=(from : User)
- #id : String
- #id=(id : String)
- #invoice_payload : String
- #invoice_payload=(invoice_payload : String)
- #order_info : OrderInfo | Nil
- #order_info=(order_info : OrderInfo | Nil)
- #shipping_option_id : String | Nil
- #shipping_option_id=(shipping_option_id : String | Nil)
- #total_amount : Int32
- #total_amount=(total_amount : Int32)