|
virtual |
|
inlinevirtual |
Received a new message
message | Message |
|
inlinevirtual |
If the other party calls cleanConversationUnreadMessageCount to clean up one-to-one unread message count, you will receive this callback, which will only carry the other party's userID and the timestamp for cleaning up unread message count.
receiptList | Read receipt list |
|
inlinevirtual |
If the message you send supports read receipts, and the message receiver calls sendMessageReadReceipts, you will receive this notification.
receiptList | Read receipt list |
|
inlinevirtual |
Message recall notification (Supported only in 7.4 and later versions)
msgID | Unique ID of a message |
operateUser | Operator info |
reason | Reason of recall |
|
inlinevirtual |
Message content modified
|
inlinevirtual |
Message extension changed
|
inlinevirtual |
Message extension deleted
|
inlinevirtual |
Message reaction changed.
|
inlinevirtual |
Received a message recall notification (This is to be deprecated. Please use onRecvMessageRevoked(const V2TIMString &msgID, const V2TIMUserFullInfo &operateUser, const V2TIMString &reason) instead )
messageID | Unique ID of a message |
|
inlinevirtual |
Changes to the pinned group message list (supported by version 7.9 and above)
groupID | Group ID |
message | Changed group pinned message |
opUser | Handler |