Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy/context.ts>Context#hasInlineQuery

The Telegram Bot Framework.
Very Popular
Go to Latest
method Context.prototype.hasInlineQuery
import { Context } from "https://deno.land/x/grammy@v1.10.1/context.ts";

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

Parameters

trigger: MaybeArray<string | RegExp>

The string or regex to match