method Client.prototype.sendCallbackQueryimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendCallbackQuery(chatId: ID,messageId: number,question: CallbackQueryQuestion,): Promise<CallbackQueryAnswer>Send a callback query. User-only. ParameterschatId: IDThe chat that includes the messsage. messageId: numberThe message that includes at a button responsible for the callback query question. question: CallbackQueryQuestionThe callback query's question. ReturnsPromise<CallbackQueryAnswer>The bot's answer to the callback query.