MadelineProto/docs/TD_docs/constructors/updateNewPreCheckoutQuery.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00: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 int64 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