waha_set_group_picture
Update WhatsApp group profile pictures by providing a group ID and image URL or base64 data through the WAHA MCP Server.
Instructions
Set or update group profile picture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | Group ID (format: number@g.us) | |
| fileUrl | No | URL of the image (use either fileUrl or fileData) | |
| fileData | No | Base64 encoded image data (use either fileUrl or fileData) |