Skip to main content
Module

x/grammy/types.ts>BotCommandScopeDefault

The Telegram Bot Framework.
Very Popular
Go to Latest
interface BotCommandScopeDefault
import { type BotCommandScopeDefault } from "https://deno.land/x/grammy@v1.11.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