Skip to main content
Very Popular
Go to Latest
method Context.prototype.hasChosenInlineResult
Re-export
import { Context } from "https://deno.land/x/grammy@v1.21.2/mod.ts";

Returns 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.

Parameters

trigger: MaybeArray<string | RegExp>

The string or regex to match

Returns

this is ChosenInlineResultContextCore