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

Properties

action: string
actionType: string
isInvite?: boolean
isLidAddressingMode?: boolean
isLinkedGroupJoin?: boolean
participants: Wid[] | GroupActionParticipant[]

GroupActionParticipant for

= 2.2234.6

prevVersion: number
reason: string
version: number