758 B
758 B
title | description |
---|---|
updateBotWebhookJSONQuery | updateBotWebhookJSONQuery attributes, type and example |
Constructor: updateBotWebhookJSONQuery
Attributes:
Name | Type | Required |
---|---|---|
query_id | long | Yes |
data | DataJSON | Yes |
timeout | int | Yes |
Type: Update
Example:
$updateBotWebhookJSONQuery = ['_' => 'updateBotWebhookJSONQuery', 'query_id' => long, 'data' => DataJSON, 'timeout' => int, ];
Or, if you're into Lua:
updateBotWebhookJSONQuery={_='updateBotWebhookJSONQuery', query_id=long, data=DataJSON, timeout=int, }