Skip to content

GramIO API Reference / gramio/dist / TelegramBotCommandScopeChatAdministrators

Interface: TelegramBotCommandScopeChatAdministrators

Defined in: @gramio/types/out/objects.d.ts:5206

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

Documentation

Properties

PropertyTypeDescriptionDefined in
chat_idstring | numberUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername). Channel direct messages chats and channel chats aren't supported.@gramio/types/out/objects.d.ts:5214
type"chat_administrators"Scope type, must be chat_administrators@gramio/types/out/objects.d.ts:5210