Skip to main content
Module

x/grammy_types/mod.ts>BotCommandScopeDefault

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface BotCommandScopeDefault
import { type BotCommandScopeDefault } from "https://deno.land/x/grammy_types@v3.7.0/mod.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