Skip to main content
Module

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

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

Type Parameters

Q extends FilterQuery

Parameters

filter: Q | Q[]

The filter query to check

Returns

this is FilterCore<Q>