@rongcloud/imlib-next 5.8.2-enterprise-alpha.7 → 5.8.2-enterprise-alpha.9

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
@@ -549,6 +549,12 @@ interface IAReceivedConversation {
549
549
  * 会话草稿
550
550
  */
551
551
  draft?: string;
552
+ /**
553
+ * 会话操作时间
554
+ * @description 仅 Electron 平台支持,超级群不支持
555
+ * @since 5.8.4
556
+ */
557
+ operationTime?: number;
552
558
  }
553
559
  /**
554
560
  * @category Interface