TDLib v0.0.2 TDLib.Object.UpdateNewPreCheckoutQuery View Source

A new incoming pre-checkout query; for bots only. Contains full information about a checkout.

NameTypeDescription
idstringUnique query identifier.
sender_user_idnumberIdentifier of the user who sent the query.
currencystringCurrency for the product price.
total_amountstringTotal price for the product, in the minimal quantity of the currency.
invoice_payloadstringInvoice payload.
shipping_option_idstringIdentifier of a shipping option chosen by the user; may be empty if not applicable.
order_infoorderInfoInformation about the order; may be null.

More details on telegram’s documentation.