Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>BotCommandScopeChatAdministrators

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