Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 913 Bytes

File metadata and controls

27 lines (15 loc) · 913 Bytes

WebhookPayloadReactionReaction

Properties

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

Enum: ActionEnum

Name Value
ADDED "added"
REMOVED "removed"