action whatsapp_get_group_icon_binary { label: "Get-Group-Icon-Binary" provider: whatsapp method: GET path: "/groups/{GroupId}/icon" encoding: json input: { type: "object" properties: { GroupId: { type: "string" } } required: ["GroupId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }