teleproto - v1.229.0
    Preparing search index...

    Interface BotsReorderUsernamesParams

    interface BotsReorderUsernamesParams {
        bot: EntityLike;
        order: string[];
    }
    Index
    bot: EntityLike

    The bot

    order: string[]

    The new order for active usernames. All active usernames must be specified.