24 lines
557 B
Markdown
24 lines
557 B
Markdown
---
|
|
title: answerCustomQuery
|
|
description: Bots only. Answers a custom query
|
|
---
|
|
## Method: answerCustomQuery
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Bots only. Answers a custom query
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|custom\_query\_id|[int64](../constructors/int64.md) | Yes|Identifier of a custom query|
|
|
|data|[string](../types/string.md) | Yes|JSON-serialized answer to the query|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|