Available types

BotCommandScopeChatAdministrators

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

fields

fieldtyperequireddescription
typestringrequiredScope type, must be chat_administrators
chat_idnumber | stringrequiredUnique 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

types.ts
import type { BotCommandScopeChatAdministrators } from "@yaebal/types";

used by

types