import { Context } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.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
import { Context } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts";
Returns true
if this context object matches the given filter query, and
false
otherwise. This uses the same logic as bot.on
.