sendCallbackQuery

Send a callback query. User-only.

PARAMETERS
chatId: ID

The chat that includes the messsage.

messageId: number

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(chatId, messageId, question);