This event notifies you of messages that a contact has read.
{
"event": "messages_read",
"timestamp": "2016-10-06T13:42:48Z",
"data": {
"channel": {
"id": "6456078759331238786",
"type": "{{CHANNEL_TYPE}}"
},
"contact": {
"id": "6456078781510718339"
},
"last_read_timestamp": "2016-10-06T13:40:13Z"
}
}
Parameter | Type | Description |
---|---|---|
data.channel | object | Channel where the data.contact resides in. |
data.contact | object | Contact that has read messages delivered. |
last_read_timestamp | string | Iso 8601 Timestamp All messages before this timestamp were read. |