Skip to main content
Very Popular
Go to Latest
interface BotCommandScopeChatAdministrators
import { type BotCommandScopeChatAdministrators } from "https://deno.land/x/grammy@v1.13.1/types.web.ts";

Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.

Properties

type: "chat_administrators"

Scope type, must be chat_administrators

chat_id: number | string

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