Optional
onOptional
onA callback for when channel is deleted.
Optional
onA callback for when channel is frozen (Users can't send messages).
Optional
onA callback for when GroupChannel is hidden.
Optional
onOptional
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 Users send typing status for GroupChannel. To use the typing status, refer to groupChannel.isTyping and groupChannel.typingUsers.
Optional
onA callback for when delivered receipts are updated on GroupChannel. To use the updated delivered receipt, refer to groupChannel.getUndeliveredMemberCount
Optional
onA callback for when read receipts are updated on GroupChannel. To use the updated read receipt, refer to GroupChannel.getReadStatus, GroupChannel.getReadMembers, GroupChannel.getUnreadMembers.
Optional
onA callback for when user is banned from channel.
Optional
onA callback for when the newly invited member has declined the invitation for the GroupChannel.
Optional
onA callback for when a new member has joined GroupChannel. To use the updated member list, refer to GroupChannel.members and GroupChannel.memberCount.
Optional
onA callback for when an existing member has left GroupChannel. To use the updated member list and count, refer to GroupChannel.members and GroupChannel.memberCount.
Optional
onA callback for when a User is muted from channel.
Optional
onA callback for when a new member has been invited to GroupChannel. If the member accepts the invitation (refer to groupChannel.acceptInvitation()), onUserJoined will be called. Or, the member can also decline the invitation (refer to groupChannel.declineInvitation()) to cause onUserDeclinedInvitation.
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.