star_removed event
A member has removed an item saved for later or starred an item
Facts
Required Scopes
Usage info
This example includes both the event wrapper and the event structure for the star_removed event.
{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "star_removed",
"user": "U123ABC456",
"item": {
"..."
},
"event_ts": "1360782804.083113"
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}
When an item was unstarred, the star_removed event was sent to all connected
clients for users who can see the content that was unstarred.
See the stars.list method for details of the
structure of the item property.