Optional
onOptional
onA callback for when channel is deleted.
Optional
onA callback for when channel is frozen (Users can't send messages).
Optional
onOptional
onCalled when one or more open channel's member counts are changed.
Optional
onA callback for when channel is unfrozen (Users can send messages).
Optional
onA callback for when a mention is received.
Optional
onA callback for when a message is deleted.
Optional
onA callback for when a message is received.
Optional
onA callback for when a message is updated.
Optional
onA callback for when channel meta counters is created.
Optional
onA callback for when channel meta counters are deleted.
Optional
onA callback for when channel meta counters is updated.
Optional
onA callback for when channel meta data is created.
Optional
onA callback for when channel meta data is deleted.
Optional
onA callback for when channel meta data is updated.
Optional
onA callback for when operators change in channel.
Optional
onA callback for when pinned message is changed.
Optional
onCalled when a poll is deleted.
Optional
onCalled 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.
Optional
onCalled 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.
Optional
onA callback for when a reactionEvent is updated.
Optional
onA callback for when the thread information is updated.
Optional
onA callback for when user is banned from channel.
Optional
onA callback for when a User has entered OpenChannel. To use the updated participant count, refer to openChannel.participantCount.
Optional
onA callback for when a User has exited OpenChannel. To use the updated participant count, refer to openChannel.participantCount.
Optional
onA callback for when a User is muted from channel.
Optional
onA callback for when user is unbanned from channel.
Optional
onA callback for when User is unmuted from channel.
A callback for when channel property is changed.