Skip to main content
Module

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

Store chats, users, and chat memberships.
Latest
method Context.prototype.hasChosenInlineResult
Re-export
import { Context } from "https://deno.land/x/grammy_chat_members@v1.1.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