注册 ZIP 导入源。Web 上传一次,Electron 记录本地路径。
(file: File | string)
| 127 | |
| 128 | /** 注册 ZIP 导入源。Web 上传一次,Electron 记录本地路径。 */ |
| 129 | prepareImportSource(file: File | string): Promise<PreparedImportSourceResult> |
| 130 | |
| 131 | /** 从已注册导入源中导入一个聊天。 */ |
| 132 | importPreparedChat(sourceId: string, chatId: string, onProgress?: (p: ImportProgress) => void): Promise<ImportResult> |
no outgoing calls
no test coverage detected