web的IM API 在哪里查看
Closed this issue · 5 comments
lmq352489099 commented
比如发送消息,创建群聊 等等web IM的API详细的 清单接口功能
imndx commented
请查看 wfc.js
文件
lmq352489099 commented
请查看
wfc.js
文件
有提供相应的文档吗
lmq352489099 commented
imndx commented
这个,你可以在 UI 层自己分类一下
或者,可以通过会话类型,或者会话线路区分的你们的不同会话,然后通过下面这个 api
* 获取会话列表
* @param {[number]} types 想获取的会话类型,可选值参考{@link ConversationType}
* @param {[0]} lines 想获取哪些会话线路的会话,默认传[0]即可
* @returns {[ConversationInfo]}
*/
getConversationList(types, lines) {
return impl.getConversationList(types, lines);
}
lmq352489099 commented
好的 谢谢
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2024年10月14日(星期一) 下午3:38
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [wildfirechat/vue-chat] web的IM API 在哪里查看 (Issue #110)
这个,你可以在 UI 层自己分类一下
或者,可以通过会话类型,或者会话线路区分的你们的不同会话,然后通过下面这个 api
* 获取会话列表 * @param {[number]} types ***@***.*** ConversationType} * @param {[0]} lines 想获取哪些会话线路的会话,默认传[0]即可 * @returns {[ConversationInfo]} */ getConversationList(types, lines) { return impl.getConversationList(types, lines); }
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>