Documentation - v0.28.2
    Preparing search index...

    Interface ChatActionParticipantRankEdited

    Participant rank was edited

    interface ChatActionParticipantRankEdited {
        newRank: string;
        prevRank: string;
        type: "participant_rank_edited";
        user: User;
    }
    Index

    Properties

    newRank: string

    New rank

    prevRank: string

    Previous rank

    type: "participant_rank_edited"
    user: User

    User whose rank was edited