| Name | Type | Description | Notes |
|---|---|---|---|
| emoji | String | The emoji reacted with. May be an empty string when `action` is `removed` on WhatsApp (Meta does not report which emoji was removed). | |
| action | ActionEnum | ||
| messageId | String | Internal Zernio message ID of the reacted-to message, when resolvable from the platform ID. | [optional] |
| platformMessageId | String | Platform-native ID of the reacted-to message (e.g. WhatsApp wamid). | |
| sender | WebhookPayloadReactionReactionSender | ||
| reactedAt | OffsetDateTime |
| Name | Value |
|---|---|
| ADDED | "added" |
| REMOVED | "removed" |