sendCallbackQuery

Send a callback query. USER-ONLY CACHE

Parameters

botId: ID

The identifier of the bot to send the callback query to.

messageId: number

The identifier of the message that includes at a button responsible for the callback query question.

The callback query’s question.

Result

The bot’s answer to the callback query.

Syntax

await client.sendCallbackQuery(botId, messageId, question);