TDLib v0.0.2 TDLib.Object.UpdateNewShippingQuery View Source
A new incoming shipping query; for bots only. Only for invoices with flexible price.
| Name | Type | Description |
|---|---|---|
| id | string | Unique query identifier. |
| sender_user_id | number | Identifier of the user who sent the query. |
| invoice_payload | string | Invoice payload. |
| shipping_address | shippingAddress | User shipping address. |
More details on telegram’s documentation.