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

30 lines
1.2 KiB
Markdown

---
title: updateNewPreCheckoutQuery
description: Bots only. New incoming pre-checkout query. Contains full information about checkout
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateNewPreCheckoutQuery
[Back to constructors index](index.md)
Bots only. New incoming pre-checkout query. Contains full information about checkout
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[int64](../constructors/int64.md) | Yes|Unique query identifier|
|sender\_user\_id|[int](../types/int.md) | Yes|Identifier of the user who sent the query|
|currency|[string](../types/string.md) | Yes|Currency for goods price|
|total\_amount|[int53](../types/int53.md) | Yes|Goods total price in minimal quantity of the currency|
|invoice\_payload|[bytes](../types/bytes.md) | Yes|Invoice payload|
|shipping\_option\_id|[string](../types/string.md) | Yes|Identifier of a choosed by user shipping option, may be empty if not applicable|
|order\_info|[orderInfo](../constructors/orderInfo.md) | Yes|Information about the order, nullable|
### Type: [Update](../types/Update.md)