@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Interface ParticipantEvent

    interface ParticipantEvent {
        action: "add" | "remove" | "demote" | "promote" | "leaver" | "join";
        by?: string;
        byPushName?: string;
        groupId: string;
        operation: "add" | "remove" | "demote" | "promote";
        who: string[];
    }
    Index

    Properties

    action: "add" | "remove" | "demote" | "promote" | "leaver" | "join"
    by?: string
    byPushName?: string
    groupId: string
    operation: "add" | "remove" | "demote" | "promote"
    who: string[]