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

Latest commit

 

History

History
16 lines (13 loc) · 381 Bytes

pin_removed.md

File metadata and controls

16 lines (13 loc) · 381 Bytes

pin_removed event type

{
	"type": "pin_removed",
	"user": "U024BE7LH",
	"channel_id": "C02ELGNBH",
	"item": {
		…
	},
	"has_pins": false,
	"event_ts": "1360782804.083113"
}

When an item is un-pinned from a channel, the pin_removed event is sent to all members of that channel.

The has_pins property indicates that there are other pinned items in that channel.