ultra-telegram-framework
    Preparing search index...

    Interface SetMyCommandsParams

    interface SetMyCommandsParams {
        commands: BotCommand[];
        language_code?: string;
        scope?: BotCommandScope;
    }
    Index

    Properties

    commands: BotCommand[]

    A JSON-serialized list of bot commands to be set as the list of the bot's commands. At most 100 commands can be specified.

    language_code?: string

    A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands

    A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to BotCommandScopeDefault.