Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 371 Bytes

File metadata and controls

16 lines (13 loc) · 371 Bytes

star_added event type

{
	"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 users who can see the content being starred.

See the stars.list method for details of the structure of the item property.