Skip to main content

im_marked event

A direct message read marker was updated

Facts

Required Scopes
No scopes required!
Compatible APIs

Usage info

This example includes both the event wrapper and the event structure for the im_marked event.

{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "im_marked",
"channel": "D024BE91L",
"ts": "1401383885.000061"
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}

The im_marked event is sent to all open connections for a user when that user moves the read cursor in a direct message channel.