method Context.prototype.hasimport { Context } from "https://dotland.deno.dev/x/grammy@v1.15.2/context.ts"; has<Q extends FilterQuery>(filter: Q | Q[]): this is FilterCore<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 FilterCore<Q>