• Approve a membership request to group

    Parameters

    • groupId: string | Wid
    • membershipIds: string | Wid | (string | Wid)[]

    Returns Promise<{
        error: any;
        wid: Wid;
    }[]>

    await WPP.group.approve(12345645@g.us, 5554999999999@c.us);