Skip to main content
Module

x/grammy_parse_mode/deps.deno.ts>Context#hasChosenInlineResult

Safely format messages and keep their source code maintainable.
Go to Latest
method Context.prototype.hasChosenInlineResult
Re-export
import { Context } from "https://deno.land/x/grammy_parse_mode@1.9.0/deps.deno.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