MadelineProto/docs/TD_docs/constructors/updateNewPreCheckoutQuery.md
2017-08-25 15:05:53 +02:00

1.1 KiB

title description
updateNewPreCheckoutQuery Bots only. New incoming pre-checkout query. Contains full information about checkout

Constructor: updateNewPreCheckoutQuery

Back to constructors index

Bots only. New incoming pre-checkout query. Contains full information about checkout

Attributes:

Name Type Required Description
id long Yes Unique query identifier
sender_user_id int Yes Identifier of the user who sent the query
currency string Yes Currency for goods price
total_amount int53 Yes Goods total price in minimal quantity of the currency
invoice_payload bytes Yes Invoice payload
shipping_option_id string Yes Identifier of a choosed by user shipping option, may be empty if not applicable
order_info orderInfo Yes Information about the order, nullable

Type: Update