This commit is contained in:
手瓜一十雪
2024-10-14 22:13:41 +08:00
parent 97a1bd4794
commit 45d1debcd7
5 changed files with 32 additions and 3 deletions

View File

@@ -59,7 +59,9 @@ export class NTQQGroupApi {
pageLimit: 300,
}, pskey);
}
async getGroupShutUpMemberList(groupCode: string) {
return this.context.session.getGroupService().getGroupShutUpMemberList(groupCode);
}
async clearGroupNotifiesUnreadCount(uk: boolean) {
return this.context.session.getGroupService().clearGroupNotifiesUnreadCount(uk);
}