MadelineProto/docs/API_docs/constructors/updateBotWebhookJSONQuery.md

758 B

title description
updateBotWebhookJSONQuery updateBotWebhookJSONQuery attributes, type and example

Constructor: updateBotWebhookJSONQuery

Back to constructors index

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, }