@rongcloud/imlib-next 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
@@ -888,6 +888,10 @@ interface IReadReceiptReceivedEvent {
888
888
  * 消息发送时间
889
889
  */
890
890
  sentTime: number;
891
+ /**
892
+ * 发送者ID
893
+ */
894
+ sendUserId: string;
891
895
  }
892
896
  interface IMessageReceiptRequestEvent {
893
897
  /**