mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-13 03:49:37 -06:00
compatibility - Keep original participants array (string[]) for backward compatibility - Add new participantsData field with resolved phone numbers and metadata - Consumers can migrate gradually from participants to participantsData - No breaking changes to existing webhook integrations Payload structure: - participants: string[] (original JID strings) - participantsData: object[] (enhanced with phoneNumber, name, imgUrl) |
||
|---|---|---|
| .. | ||
| channel | ||
| chatbot | ||
| event | ||
| storage | ||
| integration.dto.ts | ||