getMultipleConversation
功能介绍
说明
根据指定会话ID获取多个会话信息。
- iOS
- Android
- Flutter
- uni-app
- Browser/Electron
- React-Native
- Unity
函数原型
Future<List<ConversationInfo>> getMultipleConversation({
required List<String> conversationIDList,
String? operationID,
})
输入参数
| 参数名称 | 参数类型 | 是否必填 | 描述 |
|---|---|---|---|
| conversationIDList | List<String> | 是 | 会话 ID 列表 |
返回结果
| 名称 | 类型 | 描述 |
|---|---|---|
| ~ | List<ConversationInfo> | 成功返回 |