View Source ExTDLib.Object.UpdateNewPreCheckoutQuery (ExTDLib v0.0.4)
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 | string | 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 smallest units of the currency. |
| invoice_payload | bytes | 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.