@rongcloud/engine 5.30.0-c-tmp-alpha.1 → 5.30.0-c-tmp-alpha.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.cjs +1 -1
- package/index.cjs.js +1 -1
- package/index.d.ts +2 -2
- package/index.esm.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -6252,8 +6252,8 @@ interface IReceivedMessage<T = any> {
|
|
|
6252
6252
|
*/
|
|
6253
6253
|
/**
|
|
6254
6254
|
* 用于判断消息是否被修改过,仅获取历史消息接口时有效;接收在线或离线消息时无效。
|
|
6255
|
-
* * 5.26.0
|
|
6256
|
-
* *
|
|
6255
|
+
* * 5.26.0 版本之前,仅支持超级群历史消息,从 5.26.0 版本开始,增加支持单聊、群聊历史消息
|
|
6256
|
+
* * 5.28.1 版本开始,支持 Electron 平台
|
|
6257
6257
|
*/
|
|
6258
6258
|
isModifyMessage?: boolean;
|
|
6259
6259
|
/** [EN]
|