class TelegramBot::PreCheckoutQuery
- TelegramBot::PreCheckoutQuery
- Reference
- Object
Defined in:
telegram_bot/types/pre_checkout_query.crConstructors
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)
- #to_json(json : JSON::Builder)
- #total_amount : Int32
- #total_amount=(_total_amount : Int32)