Constructor: updateBotWebhookJSONQuery
A new incoming query; for bots only
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| query_id | long | Yes | Query identifier |
| data | DataJSON | Yes | Query data |
| timeout | int | Yes | Query timeout |
Type: Update
Example:
$updateBotWebhookJSONQuery = ['_' => 'updateBotWebhookJSONQuery', 'query_id' => long, 'data' => DataJSON, 'timeout' => int];