Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_autoquote/deps.deno.ts>BotCommandScopeChat

grammY plugin that forces all sent messages to quote the last received one
Go to Latest
interface BotCommandScopeChat
import { type BotCommandScopeChat } from "https://deno.land/x/grammy_autoquote@v2.0.0/deps.deno.ts";

Represents the scope of bot commands, covering a specific chat.

Properties

type: "chat"

Scope type, must be chat

chat_id: number | string

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)