Module

x/grammy/mod.ts>Context#has

The Telegram Bot Framework.
Very Popular
Go to Latest
method Context.prototype.has
import { Context } from "https://dotland.deno.dev/x/grammy@v1.21.2/mod.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>