import { Context } from "https://dotland.deno.dev/x/grammy@v1.15.0/context.ts";
Returns true
if this context object contains the given command, and
false
otherwise. This uses the same logic as bot.command
.
import { Context } from "https://dotland.deno.dev/x/grammy@v1.15.0/context.ts";
Returns true
if this context object contains the given command, and
false
otherwise. This uses the same logic as bot.command
.