method Context.prototype.hasimport { Context } from "https://dotland.deno.dev/x/grammy@v1.10.0/context.ts"; has<Q extends FilterQuery>(filter: Q | Q[]): this is Filter<this, Q>Returns true if this context object matches the given filter query, and false otherwise. This uses the same logic as bot.on. Type ParametersQ extends FilterQueryParametersfilter: Q | Q[]The filter query to check Returnsthis is Filter<this, Q>