Skip to content

getCallbackQueryAnswer

Sahri Riza Umami edited this page Oct 12, 2017 · 2 revisions

Sends callback query to a bot and returns answer to it.
Returns error with code 502 if bot fails to answer the query before query timeout expires.
Unavailable for bots.

getCallbackQueryAnswer(chat_id, message_id, query_payload, cb_query_payload)
Field Type Description
chat_id int53 Identifier of the chat with a message
message_id int53 Identifier of the message, from which the query is originated
payload CallbackQueryPayload Query payload

Frequently Asked Questions
The Functions

Clone this wiki locally