Get Group Info
get_group_infoRetrieve detailed information about a WhatsApp group, including subject, owner, admins, and optionally the full participant list.
Instructions
Get detailed info for a specific WhatsApp group. By default returns { id, subject, subjectOwner, subjectTime, size, desc, descId, creation, owner, admins } — participant list is dropped to prevent payload overflow. Set includeParticipants=true to get the full list (use sparingly for large groups).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupJid | Yes | The group JID (e.g. 120363xxxxxxxx@g.us) | |
| includeParticipants | No | When true, includes the full participant list in the response (may be large for big groups). Default false returns only admins + size, which covers 95% of use cases. |