Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Context.prototype.has
Re-export
import { Context } from "https://deno.land/x/my_grammy@v0.1.1/deps.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 FilterCore<Q>