Answers a custom query; for bots only
Method schema is available as of layer 62. Switch ยป
Name | Type | Description |
---|---|---|
query_id | long | Identifier of a custom query |
data | DataJSON | JSON-serialized answer to the query |
Code | Type | Description |
---|---|---|
400 | DATA_JSON_INVALID | The provided JSON data is invalid. |
400 | QUERY_ID_INVALID | The query ID is invalid. |
400 | USER_BOT_REQUIRED | This method can only be called by a bot. |