@rongcloud/engine 5.9.0-alpha.3 → 5.9.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -6479,7 +6479,7 @@ interface IWatcher {
6479
6479
  * 群聊消息送达状态通知
6480
6480
  */
6481
6481
  groupMessageDeliveredStatus?: IGroupMessageDeliveredStatusListener;
6482
- readReceiptReceived?: (conversation: IConversationOption, messageUId: string, sentTime: number) => void;
6482
+ readReceiptReceived?: (conversation: IConversationOption, message: string, sentTime: number, senderUserId: string) => void;
6483
6483
  messageReceiptRequest?: (conversation: IConversationOption, messageUId: string, senderUserId: string) => void;
6484
6484
  messageReceiptResponse?: (conversation: IConversationOption, receivedUserId: string, messageUIdList: string[]) => void;
6485
6485
  /**