Skip to main content
Extremely Popular
Go to Latest
interface BotCommandScopeDefault
import { type BotCommandScopeDefault } from "https://deno.land/x/grammy@v1.11.2/types.deno.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