Open Channel Handler
Functions
A callback for when channel property is changed.
A callback for when channel is deleted.
A callback for when channel is frozen (Users can't send messages).
Called when one or more open channel's member counts are changed.
A callback for when channel is unfrozen (Users can send messages).
A callback for when a mention is received.
A callback for when a message is deleted.
A callback for when a message is received.
A callback for when a message is updated.
A callback for when channel meta counters is created.
A callback for when channel meta counters are deleted.
A callback for when channel meta counters is updated.
A callback for when channel meta data is created.
A callback for when channel meta data is deleted.
A callback for when channel meta data is updated.
A callback for when operators change in channel
A callback for when pinned message is changed.
Called when a poll is deleted.
Called when a poll is updated. The user should search for cached messages that contain this event's poll (PollUpdateEvent.pollId, PollUpdateEvent.messageId) and call Poll.applyPollUpdateEvent on those messages.
Called when one or more vote is cast/canceled on a poll. The user should search for cached messages that contain this event's poll (PollVoteEvent.pollId, PollVoteEvent.messageId) and call Poll.applyPollVoteEvent on those messages.
A callback for when a reactionEvent is updated.
A callback for when the thread information is updated.
A callback for when user is banned from channel.
A callback for when a User
has entered OpenChannel
. To use the updated participant count, refer to OpenChannel.participantCount.
A callback for when a User
has exited OpenChannel
. To use the updated participant count, refer to OpenChannel.participantCount.
A callback for when a User is muted from channel.
A callback for when user is unbanned from channel.
A callback for when User is unmuted from channel.