Skip to main content
Module

x/grammy_hydrate/data/callback-query.ts>CallbackQueryXFragment

Hydration plugin for API calls and context objects.
Latest
interface CallbackQueryXFragment
import { type CallbackQueryXFragment } from "https://deno.land/x/grammy_hydrate@v1.4.1/data/callback-query.ts";

Properties

optional
message: MessageX

Methods

answer(other?: Other<"answerCallbackQuery", "callback_query_id">, signal?: AbortSignal): Ret<"answerCallbackQuery">

Callback query-aware alias for api.answerCallbackQuery. 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.