Skip to main content
Module

x/grammy_autoquote/deps.deno.ts>BotCommandScopeDefault

grammY plugin that forces all sent messages to quote the last received one
Go to Latest
interface BotCommandScopeDefault
import { type BotCommandScopeDefault } from "https://deno.land/x/grammy_autoquote@v1.0.4/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