Skip to main content
Module

x/grammy_menu/deps.deno.ts>Context#has

Easily create interactive menus with grammY.
Go to Latest
method Context.prototype.has
Re-export
import { Context } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.ts";

Returns true if this context object matches the given filter query, and false otherwise. This uses the same logic as bot.on.

Parameters

filter: Q | Q[]

The filter query to check

Returns

this is Filter<this, Q>