Interface BotCommandScopeChatAdministrators

A scope covering all administrators of a chat. Subtype of BotCommandScope.

interface BotCommandScopeChatAdministrators {
    @type: "botCommandScopeChatAdministrators";
    chat_id: number;
}

Properties

Properties

@type: "botCommandScopeChatAdministrators"
chat_id: number

Chat identifier.