star_added event
A member has starred an item
Compatibility: RTM Events API
{
"type": "star_added",
"user": "U024BE7LH",
"item": {
…
}
"event_ts": "1360782804.083113"
}
When an item is starred, the star_added
event is sent to all connected
clients for the authenticated user who starred the item.
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.