TDLib v0.0.2 TDLib.Object.UpdateNewPreCheckoutQuery View Source
A new incoming pre-checkout query; for bots only. Contains full information about a checkout.
| Name | Type | Description |
|---|---|---|
| id | string | Unique query identifier. |
| sender_user_id | number | Identifier of the user who sent the query. |
| currency | string | Currency for the product price. |
| total_amount | string | Total price for the product, in the minimal quantity of the currency. |
| invoice_payload | string | Invoice payload. |
| shipping_option_id | string | Identifier of a shipping option chosen by the user; may be empty if not applicable. |
| order_info | orderInfo | Information about the order; may be null. |
More details on telegram’s documentation.