MadelineProtoDocs/docs/TD_docs/constructors/updateNewShippingQuery.md

27 lines
864 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: updateNewShippingQuery
description: Bots only. New incoming shipping query. Only for invoices with flexible price
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: updateNewShippingQuery
2018-04-01 13:19:25 +02:00
[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)