ultra-telegram-framework
    Preparing search index...

    Interface SetMyShortDescriptionParams

    interface SetMyShortDescriptionParams {
        language_code?: string;
        short_description?: string;
    }
    Index

    Properties

    language_code?: string

    A two-letter ISO 639-1 language code. If empty, the short description will be applied to all users for whose language there is no dedicated short description.

    short_description?: string

    New short description for the bot; 0-120 characters. Pass an empty string to remove the dedicated short description for the given language.