BotCommandScopeChatAdministrators
Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Scope type, must be chat_administrators |
chat_id | number | string | required | Unique identifier for the target chat or username of the target supergroup in the format @username. Channel direct messages chats and channel chats aren't supported. |
import
import type { BotCommandScopeChatAdministrators } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#botcommandscopechatadministrators