teleproto - v1.229.0
    Preparing search index...

    Interface SetBotInfoParams

    Parameters for TelegramClient.setBotInfo. Only the fields you set are changed.

    interface SetBotInfoParams {
        about?: string;
        bot?: EntityLike;
        description?: string;
        langCode?: string;
        name?: string;
    }
    Index
    about?: string

    New short description ("about", shown on the profile page).

    bot?: EntityLike

    Bot owners: the owned bot to edit. Bots editing themselves can omit this.

    description?: string

    New full description (shown on the empty chat screen).

    langCode?: string

    Two-letter language code the info applies to. Defaults to all languages.

    name?: string

    New bot name.