Interface BotCommandScopeChat

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

interface BotCommandScopeChat {
    @type: "botCommandScopeChat";
    chat_id: number;
}

Properties

Properties

@type: "botCommandScopeChat"
chat_id: number

Chat identifier.