ultra-telegram-framework
    Preparing search index...

    Interface BotCommandScopeDefault

    Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.

    interface BotCommandScopeDefault {
        type: string;
    }
    Index

    Properties

    Properties

    type: string

    Scope type, must be default