@rongcloud/imlib-next 5.20.0 → 5.20.1
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 +3 -0
- package/index.esm.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -3647,6 +3647,9 @@ declare function setMessageReceivedStatus$1(messageId: number, receivedStatus: n
|
|
|
3647
3647
|
* 请求流式消息内容;请求成功后,数据将通过 `Events.STREAM_MESSAGE_RESPONSE` 事件通知
|
|
3648
3648
|
* @param messageUId
|
|
3649
3649
|
* @since v5.16.0
|
|
3650
|
+
* @description
|
|
3651
|
+
* * 5.22 版本开始,该接口支持微信小程序平台:
|
|
3652
|
+
* * * iOS 平台小程序基础库 3.5.8 - 3.7.4 版本存在多个请求仅最后一条请求回调有效问题,建议升级基础库版本
|
|
3650
3653
|
*/
|
|
3651
3654
|
declare function requestStreamMessageContent(messageUId: string): Promise<RCResult>;
|
|
3652
3655
|
/**
|