从已注册导入源中导入一个聊天。
(sourceId: string, chatId: string, onProgress?: (p: ImportProgress) => void)
| 130 | |
| 131 | /** 从已注册导入源中导入一个聊天。 */ |
| 132 | importPreparedChat(sourceId: string, chatId: string, onProgress?: (p: ImportProgress) => void): Promise<ImportResult> |
| 133 | |
| 134 | /** 释放导入源及其临时文件;重复调用应保持幂等。 */ |
| 135 | releaseImportSource(sourceId: string): Promise<void> |
no outgoing calls
no test coverage detected