late 0.0.295

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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** | **Action** |  (enum: added, removed) | 
**message_id** | Option<**String**> | Internal Zernio message ID of the reacted-to message, when resolvable from the platform ID. | [optional]
**platform_message_id** | **String** | Platform-native ID of the reacted-to message (e.g. WhatsApp wamid). | 
**sender** | [**models::WebhookPayloadReactionReactionSender**]WebhookPayloadReactionReactionSender.md |  | 
**reacted_at** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)