1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 03:56:57 +01:00
MadelineProto/docs/TD_docs/methods/answerCustomQuery.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

557 B

title description
answerCustomQuery Bots only. Answers a custom query

Method: answerCustomQuery

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Bots only. Answers a custom query

Params:

Name Type Required Description
custom_query_id int64 Yes Identifier of a custom query
data string Yes JSON-serialized answer to the query

Return type: Ok