teleproto - v1.229.0
    Preparing search index...

    Interface BotsSetBotInfoParams

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

    New about text

    bot?: EntityLike

    If called by a user, must contain the peer of a bot we own.

    description?: string

    New description

    langCode: string

    Language code, if left empty update the fallback about text and description

    name?: string

    New bot name