@rongcloud/engine 5.7.0-beem.3 → 5.7.0-beem.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 +4 -0
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2133,6 +2133,10 @@ interface ISendMsgOptions {
|
|
|
2133
2133
|
* 超级群专有字段,是否断档,若断档需要客户判断是否拉取
|
|
2134
2134
|
*/
|
|
2135
2135
|
isInterrupt?: boolean;
|
|
2136
|
+
/**
|
|
2137
|
+
* 标识该消息是否为重发消息,仅 electron 中有效。
|
|
2138
|
+
*/
|
|
2139
|
+
isResend?: boolean;
|
|
2136
2140
|
}
|
|
2137
2141
|
interface IInsertMsgOptions {
|
|
2138
2142
|
senderUserId: string;
|