This commit is contained in:
手瓜一十雪
2025-05-08 17:58:12 +08:00
parent e781c662b2
commit 22faf5b831
2 changed files with 10 additions and 3 deletions

View File

@@ -397,6 +397,7 @@ export class NTQQFileApi {
}
});
});
return res.flat();
}
async downloadMedia(msgId: string, chatType: ChatType, peerUid: string, elementId: string, thumbPath: string, sourcePath: string, timeout = 1000 * 60 * 2, force: boolean = false) {