This event occurs when a message has been read by the contact.
{
"event": "messages_read",
"timestamp" : "2016-10-06T13:42:48Z",
"data" : {
"channel": {
"id": "6456078759331248741",
"type": "amio_chat"
},
"contact": {
"id": "6456078781510715474"
},
"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 that were delivered before this timestamp were read. (It doesn't mean "time when the messages were read".) |