Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grammy/types.ts>BotCommandScopeDefault

The Telegram Bot Framework.
Go to Latest
interface BotCommandScopeDefault
import { type BotCommandScopeDefault } from "https://deno.land/x/grammy@v1.14.1/types.ts";

Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.

Properties

type: "default"

Scope type, must be default