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

    Interface GroupActionChange

    interface GroupActionChange {
        action: string;
        actionType: string;
        isInvite?: boolean;
        isLidAddressingMode?: boolean;
        isLinkedGroupJoin?: boolean;
        participants: WAJS.whatsapp.Wid[] | GroupActionParticipant[];
        prevVersion: number;
        reason: string;
        version: number;
    }
    Index

    Properties

    action: string
    actionType: string
    isInvite?: boolean
    isLidAddressingMode?: boolean
    isLinkedGroupJoin?: boolean

    GroupActionParticipant for

    = 2.2234.6

    prevVersion: number
    reason: string
    version: number