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

Latest commit

 

History

History
14 lines (12 loc) · 309 Bytes

File metadata and controls

14 lines (12 loc) · 309 Bytes

channel_rename event type

{
	"type": "channel_rename",
	"channel": {
		"id":"C02ELGNBH",
		"name":"new_name",
		"created":1360782804
	}
}

The channel_renamed event is sent to all connections for a team when a team channel is renamed. Clients can use this to update their local list of channels.