updateBotWebhookJSONQuery
A new incoming query; for bots only
type tg.UpdateBotWebhookJSONQuery struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
QueryID | int64 | yes | Query identifier |
Data | DataJSON | yes | Query data |
Timeout | int | yes | Query timeout |
References
- Official documentation
- Generated Go reference
- TL definition:
updateBotWebhookJSONQuery#9b9240a6