You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**onMessagesRead(messageReceipt: CometChat.MessageReceipt)**| This event is triggered when a set of messages are marked as read for any particular conversation. |
351
351
|**onMessageEdited(message: CometChat.BaseMessage)**| This method is triggered when a particular message has been edited in a user/group conversation. |
352
352
|**onMessageDeleted(message: CometChat.BaseMessage)**| This event is triggered when a particular message is deleted in a user/group conversation. |
353
-
|**onInteractiveMessageReceived(message: CometChat.InteractiveMessage)**| This event is triggered when an Interactive Message is received. |
354
-
|**onInteractionGoalCompleted(receipt: CometChat.InteractionReceipt)**| This event is triggered when an interaction Goal is achieved. |
355
353
|**onTransientMessageReceived(receipt: CometChat.TransientMessage)**| This event is triggered when a Transient Message is received. |
356
354
|**onMessageReactionAdded(receipt: CometChat.ReactionEvent)**| This event is triggered when a reaction is added to a message in a user/group conversation. |
357
355
|**onMessageReactionRemoved(receipt: CometChat.ReactionEvent)**| This event is triggered when a reaction is remove from a message in a user/group conversation. |
0 commit comments