Skip to main content
Module

x/grammy_types/mod.ts>BotCommandScopeDefault

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