feat: RecentContact

This commit is contained in:
手瓜一十雪
2024-07-22 09:24:16 +08:00
parent 02eb69ce77
commit 76950e8e33
2 changed files with 4 additions and 1 deletions

View File

@@ -255,6 +255,9 @@ export class NTQQUserApi {
// }
return uin;
}
static async getRecentContactListSnapShot(count: number) {
return await napCatCore.session.getRecentContactService().getRecentContactListSnapShot(count);
}
static async getRecentContactListSyncLimit(count: number) {
return await napCatCore.session.getRecentContactService().getRecentContactListSyncLimit(count);
}