import { Context } from "https://deno.land/x/grammy@v1.32.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://deno.land/x/grammy@v1.32.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
.