diff --git a/functions/group.removeParticipants.html b/functions/group.removeParticipants.html index 4c9deec120..056c9bf2e7 100644 --- a/functions/group.removeParticipants.html +++ b/functions/group.removeParticipants.html @@ -1,7 +1,7 @@ removeParticipants | @wppconnect/wa-js - v3.1.1

Function removeParticipants

  • Remove participants of a group

    Parameters

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

    Returns Promise<void>

    Example

    // One member
    await WPP.group.removeParticipants('123456@g.us', '123456@c.us');

    // More than one member
    await WPP.group.removeParticipants('123456@g.us', ['123456@c.us','123456@c.us']);
    -
\ No newline at end of file