MadelineProto/docs/TD_docs/methods/answerCustomQuery.md

24 lines
557 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
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 |
|----------|---------------|----------|-------------|
2017-12-21 21:08:25 +01:00
|custom\_query\_id|[int64](../constructors/int64.md) | Yes|Identifier of a custom query|
2017-08-25 15:05:53 +02:00
|data|[string](../types/string.md) | Yes|JSON-serialized answer to the query|
### Return type: [Ok](../types/Ok.md)