MadelineProtoDocs/docs/TD_docs/constructors/updateNewPreCheckoutQuery.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1.2 KiB

title description image
updateNewPreCheckoutQuery Bots only. New incoming pre-checkout query. Contains full information about checkout https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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