@rongcloud/imlib-next 5.9.4 → 5.9.5
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 +1 -1
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -236,7 +236,7 @@ interface IAReceivedMessage {
|
|
|
236
236
|
* 消息接收状态详情
|
|
237
237
|
* 推荐使用, receivedStatusInfo 值更详细,能同时表示多个接收状态
|
|
238
238
|
*/
|
|
239
|
-
receivedStatusInfo
|
|
239
|
+
receivedStatusInfo?: IReceivedStatusInfo;
|
|
240
240
|
/**
|
|
241
241
|
* 消息的发送状态,Electron 平台可由 SDK 内自动更新和用户设置,
|
|
242
242
|
* web 端仅支持 SDK 内更新为 发送中、已发送和发送失败
|