Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>BotCommandScopeChat

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