@rongcloud/engine 5.9.8-enterprise-alpha.1 → 5.9.8

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
@@ -4204,6 +4204,7 @@ interface IReceivedConversation {
4204
4204
  unreadMentionedCount?: number;
4205
4205
  /**
4206
4206
  * @ 我的未读消息数
4207
+ * 仅超级群支持
4207
4208
  * @since 5.7.9
4208
4209
  */
4209
4210
  unreadMentionedMeCount?: number;
@@ -4279,6 +4280,7 @@ interface IUpdatedConversation {
4279
4280
  unreadMentionedCount?: number;
4280
4281
  /**
4281
4282
  * @ 我的未读消息数
4283
+ * 仅超级群支持
4282
4284
  * @since 5.7.9
4283
4285
  */
4284
4286
  unreadMentionedMeCount?: number;