updateBotShippingQuery
This object contains information about an incoming shipping query.
type tg.UpdateBotShippingQuery struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
QueryID | int64 | yes | Unique query identifier |
UserID | int64 | yes | User who sent the query |
Payload | []byte | yes | Bot specified invoice payload |
ShippingAddress | PostAddress | yes | User specified shipping address |
References
- Official documentation
- Generated Go reference
- TL definition:
updateBotShippingQuery#b5aefd7d