Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>BotCommandScopeDefault

Hydration plugin for API calls and context objects.
Latest
interface BotCommandScopeDefault
import { type BotCommandScopeDefault } from "https://deno.land/x/grammy_hydrate@v1.4.1/deps.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