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

Latest commit

 

History

History
15 lines (12 loc) · 428 Bytes

presence_change.md

File metadata and controls

15 lines (12 loc) · 428 Bytes

presence_change event

{
	"type": "presence_change",
	"user": "U024BE7LH",
	"presence": "away"
}

The presence_change event is sent to all connections for a team when a user changes status. Clients can use this to update their local list of users.

If a user updates their presence manually, the manual_presence_change event will also be sent to all connected clients for that user.