Package-level declarations
Types
Triggered when a channels' history is truncated. Could contain system message.
Triggered when a channel is updated by user. Could contain system message.
Triggered when a user gets connected to the WS
Triggered when a user is connecting to the WS
Triggered when a user gets disconnected to the WS
Triggered when WS connection emits error
Interface that marks a ChatEvent as having the information about unread counts. There are certain cases when the server omits these fields (e.g. when ReadEvents
option is disabled, when the number of watchers is over 100, etc). In that case totalUnreadCount
and unreadChannels
fields have 0 values.
Interface that marks a ChatEvent as having the information about unread thread counts.
Interface that marks a ChatEvent as having the information about watcher count.
Triggered when the total count of unread messages (across all channels the user is a member) changes
Triggered when a channel member is updated (promoted to moderator/accepted/.rejected the invite)
Triggered when a new message is added on a channel.
Triggered when the user is added to the list of channel members
Triggered when a channel is deleted
Triggered when a channel is muted
Triggered when a channels' history is truncated
Triggered when the user accepts an invite
Triggered when the user rejects an invite
Triggered when the count of unread messages for a particular channel changes
Triggered when the the user mark as unread a conversation from a particular message
Triggered when a message is added to a channel
Triggered when the user mutes are updated
Triggered when a user is removed from the list of channel members
Triggered when a message is added to a channel as a thread reply.
Triggered when a message reaction is deleted
Triggered when a message reaction is added
Triggered when a message reaction is updated