Skip to content

getCallbackQueryAnswer

Sahri Riza Umami edited this page Dec 8, 2016 · 2 revisions

Sends callback query to a bot and returns answer to it.
Unavailable for bots.

getCallbackQueryAnswer(chat_id, message_id, text, show_alert, url)
Option Description
chat_id Identifier of the chat with a message.
message_id Identifier of the message, from which the query is originated.
payload Query payload.

Example

getCallbackQueryAnswer(chat_id, message_id, text, show_alert, url)

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally