teleproto - v1.229.0
    Preparing search index...

    Interface BotCommandScopeParams

    Scope/language selector for the bot command methods.

    interface BotCommandScopeParams {
        langCode?: string;
        scope?: TypeBotCommandScope;
    }
    Index
    langCode?: string

    Two-letter language code the commands apply to. Defaults to all languages.

    Where the commands apply. Defaults to Api.BotCommandScopeDefault.