Skip to main content
Module

x/grammy_menu/deps.deno.ts>Context#hasCallbackQuery

Easily create interactive menus with grammY.
Go to Latest
method Context.prototype.hasCallbackQuery
Re-export
import { Context } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.ts";

Returns true if this context object contains the given callback query, or if the contained callback query data matches the given regular expression. It returns false otherwise. This uses the same logic as bot.callbackQuery.

Parameters

trigger: MaybeArray<string | RegExp>

The string or regex to match