ultra-telegram-framework
    Preparing search index...

    Interface SetMyDescriptionParams

    interface SetMyDescriptionParams {
        description?: string;
        language_code?: string;
    }
    Index

    Properties

    description?: string

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

    language_code?: string

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