teleproto - v1.229.0
    Preparing search index...

    Interface ChannelsReorderUsernamesParams

    interface ChannelsReorderUsernamesParams {
        channel: EntityLike;
        order: string[];
    }
    Index
    channel: EntityLike

    The supergroup or channel

    order: string[]

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