star_removed event
A member removed a star
Compatibility:Â RTMÂ Events API
{
"type": "star_removed",
"user": "U024BE7LH",
"item": {
…
}
"event_ts": "1360782804.083113"
}
When an item is starred, the star_removed
event is sent to all connected
clients for users who can see the content that was starred.
See the stars.list
method for details of the
structure of the item
property.
Events API compatibility
Subscribe to this event via the Events API.
Events of this type will be wrapped in metadata when sent via the Events API.