MadelineProto/docs/TD_docs/constructors/updateNewPreCheckoutQuery.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: updateNewPreCheckoutQuery
description: Bots only. New incoming pre-checkout query. Contains full information about checkout
---
## 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 |
|----------|---------------|----------|-------------|
2017-12-21 21:08:25 +01:00
|id|[int64](../constructors/int64.md) | Yes|Unique query identifier|
2017-08-25 15:05:53 +02:00
|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|
2017-09-29 15:50:59 +02:00
|order\_info|[orderInfo](../constructors/orderInfo.md) | Yes|Information about the order, nullable|
2017-08-25 15:05:53 +02:00
### Type: [Update](../types/Update.md)