Skip to main content
Module

x/grammy/mod.ts>Api#answerCallbackQuery

The Telegram Bot Framework.
Extremely Popular
Go to Latest
method Api.prototype.answerCallbackQuery
import { Api } from "https://deno.land/x/grammy@v1.11.1/mod.ts";

Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, True is returned.

Alternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a game for your bot via @BotFather and accept the terms. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter.

Parameters

callback_query_id: string

Unique identifier for the query to be answered

optional
other: Other<R, "answerCallbackQuery", "callback_query_id">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#answercallbackquery