client_createGroup
Create a new WhatsApp group on an active session by specifying a title and list of contact IDs to add as participants.
Instructions
[Client] Create a new group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Group title | |
| options | No | An object that handles options for group creation | |
| sessionId | Yes | Unique identifier for the session (alphanumeric and - allowed) | |
| participants | No | A single contact ID as a string or an array of contact IDs to add to the group |