Skip to main content
Module

x/grammy_menu/deps.deno.ts>Context#hasCommand

Easily create interactive menus with grammY.
Go to Latest
method Context.prototype.hasCommand
Re-export
import { Context } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.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 CommandContext<this>