1.1 KiB
1.1 KiB
title | description |
---|---|
updateNewPreCheckoutQuery | Bots only. New incoming pre-checkout query. Contains full information about checkout |
Constructor: updateNewPreCheckoutQuery
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 |