Client Events |
The Client type exposes the following members.
| Name | Description | |
|---|---|---|
| ChannelDeleted |
Invoked when a channel has been deleted.
| |
| ChannelViewed |
Invoked when a channel has been marked as viewed.
| |
| DirectAdded |
Invoked when a direct message channel has been created.
| |
| EphemeralMessage |
Invoked when an ephemeral message has been received.
| |
| Hello |
Invoked when the server sends the Hello event.
| |
| LeaveTeam |
Invoked when a user leaves a team.
| |
| NewUser |
Invoked when a user has been created.
| |
| PostDeleted |
Invoked when a post is deleted.
| |
| Posted |
Invoked when a new message has been posted.
| |
| PostEdited |
Invoked when a post is edited.
| |
| PreferenceChanged |
Invoked when a preference has been changed.
| |
| ReactionAdded |
Invoked when a reaction is added to a post.
| |
| ReactionRemoved |
Invoked when a reaction is removed from a post.
| |
| StatusChange |
Invoked when a user's status is changed.
| |
| Typing |
Invoked when a user is typing.
| |
| UserAdded |
Invoked when a user joins a team.
| |
| UserRemoved |
Invoked when a user is removed.
| |
| UserUpdated |
Invoked when a user has been updated.
| |
| WebsocketConnected |
Invoked when the websocket has connected successfully.
|