@rongcloud/engine 5.36.1 → 5.36.2

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
@@ -7043,7 +7043,7 @@ interface IMessageSendOptions {
7043
7043
  */
7044
7044
  pushData?: string;
7045
7045
  /**
7046
- * 是否为 @ 消息,只当 conversationType 值为 `ConversationType.GROUP` 时有效
7046
+ * 是否为 @ 消息
7047
7047
  */
7048
7048
  isMentioned?: boolean;
7049
7049
  /**
@@ -8702,6 +8702,10 @@ interface IRecallCommandMessageContent extends IExtraDataKeyInMessage, IUserExtr
8702
8702
  * 撤回定向消息时,指定定向消息的接收者列表
8703
8703
  */
8704
8704
  directionalUserIdList?: string[];
8705
+ /**
8706
+ * 被撤回消息的原始发送者 ID,用于 web 端计数时确认消息归属,以避免 A 发送的消息被 B 撤回时的计数问题
8707
+ */
8708
+ originalFromUserId?: string;
8705
8709
  }
8706
8710
 
8707
8711
  /** [EN]