MadelineProto/docs/TD_docs/methods/answerCustomQuery.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

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)