method Context.prototype.hasInlineQueryimport { Context } from "https://dotland.deno.dev/x/grammy@v1.12.0/mod.ts"; hasInlineQuery(trigger: MaybeArray<string | RegExp>): this is InlineQueryContextCoreReturns 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. Parameterstrigger: MaybeArray<string | RegExp>The string or regex to match Returnsthis is InlineQueryContextCore