View Source ExTDLib.Method.AnswerCustomQuery (ExTDLib v0.0.4)
Answers a custom query; for bots only. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| custom_query_id | string | Identifier of a custom query. |
| data | string | JSON-serialized answer to the query. |
More details on telegram's documentation.