Module

x/grammy/mod.ts>Context#hasCommand

The Telegram Bot Framework.
Very Popular
Go to Latest
method Context.prototype.hasCommand
import { Context } from "https://dotland.deno.dev/x/grammy@v1.21.2/mod.ts";

Returns true if this context object contains the given command, and false otherwise. This uses the same logic as bot.command.

Type Parameters

S extends string

Parameters

command: MaybeArray<StringWithSuggestions<
| S
| "start"
| "help"
| "settings"
>>

The command to match

Returns

this is CommandContextCore