get_group_participants
Retrieve a list of participants from a specific WhatsApp group by providing the group ID. This tool helps manage and analyze group membership efficiently.
Instructions
Get the participants of a WhatsApp group.
Parameters:
- group_id: The WhatsApp ID of the group
Input Schema
Name | Required | Description | Default |
---|---|---|---|
group_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"group_id": {
"title": "Group Id",
"type": "string"
}
},
"required": [
"group_id"
],
"title": "get_group_participantsArguments",
"type": "object"
}