method Context.prototype.hasChosenInlineResultimport { Context } from "https://dotland.deno.dev/x/grammy@v1.20.2/context.ts"; hasChosenInlineResult(trigger: MaybeArray<string | RegExp>): this is ChosenInlineResultContextCoreReturns true if this context object contains the chosen inline result, or if the contained chosen inline result matches the given regular expression. It returns false otherwise. This uses the same logic as bot.chosenInlineResult. Parameterstrigger: MaybeArray<string | RegExp>The string or regex to match Returnsthis is ChosenInlineResultContextCore