message_reactions
Webhook Event ReferenceThis event will be sent to your webhook when a user reacts to a message on Messenger.
You can subscribe to this callback by selecting the message_reactions
field when setting up your webhook.
{ "sender":{ "id":"<PSID>" }, "recipient":{ "id":"<PAGE_ID>" }, "timestamp":1458668856463, "reaction":{ "reaction": "smile|angry|sad|wow|love|like|dislike|other", "emoji": "\u{2764}\u{FE0F}", "action": "react|unreact", "mid": "<MID_OF_ReactedTo_Message>", } }
sender
คุณสมบัติ | ประเภท | คำอธิบาย |
---|---|---|
| สตริง | PSID ของผู้ใช้ที่ทริกเกอร์เหตุการณ์ Webhook |
| สตริง | user_ref ของผู้ใช้ที่ทริกเกอร์เหตุการณ์ Webhook คุณสมบัตินี้ใช้งานได้สำหรับเหตุการณ์ Webhook จากปลั๊กอินแชทเท่านั้น |
recipient
คุณสมบัติ | ประเภท | คำอธิบาย |
---|---|---|
| สตริง | ID เพจของคุณ |
reaction
Property | Type | Description |
---|---|---|
| string | Text description of the reaction. Possible values:
|
| UTF-8 Emoji | Reference to the emoji corresponding to the reaction. |
| string | Action performed by the user. Possible values: |
| string | Reference to the Message ID that the user reacted performed the reaction on. |