MadelineProto/docs/TD_docs/constructors/updateNewShippingQuery.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

26 lines
791 B
Markdown

---
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 |
|----------|---------------|----------|-------------|
|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|
|invoice\_payload|[string](../types/string.md) | Yes|Invoice payload|
|shipping\_address|[shippingAddress](../constructors/shippingAddress.md) | Yes|User shipping address|
### Type: [Update](../types/Update.md)