whatsapp_get_group
Retrieve detailed information about a specific WhatsApp group using its group ID, including member list, group settings, and metadata for group management operations.
Instructions
Get information about a specific group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | Group ID (with @g.us) |
Input Schema (JSON Schema)
{
"properties": {
"groupId": {
"description": "Group ID (with @g.us)",
"type": "string"
}
},
"required": [
"groupId"
],
"type": "object"
}