mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
857 B
857 B
title | description | nav_exclude | image |
---|---|---|---|
updateBotWebhookJSONQuery | A new incoming query; for bots only | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];