2017-08-25 15:05:53 +02:00
|
|
|
---
|
|
|
|
title: updateNewShippingQuery
|
|
|
|
description: Bots only. New incoming shipping query. Only for invoices with flexible price
|
|
|
|
---
|
|
|
|
## Constructor: updateNewShippingQuery
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bots only. New incoming shipping query. Only for invoices with flexible price
|
|
|
|
|
|
|
|
### 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|
|
|
|
|
|invoice\_payload|[string](../types/string.md) | Yes|Invoice payload|
|
2017-09-29 15:50:59 +02:00
|
|
|
|shipping\_address|[shippingAddress](../constructors/shippingAddress.md) | Yes|User shipping address|
|
2017-08-25 15:05:53 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
|
|
|