This commit is contained in:
手瓜一十雪
2025-03-14 18:12:58 +08:00
parent d6a0830cfe
commit 9fcd218a5a
5 changed files with 31 additions and 3 deletions

View File

@@ -27,6 +27,9 @@ export class NTQQGroupApi {
this.core = core;
}
async setGroupRemark(groupCode: string, remark: string) {
return this.context.session.getGroupService().modifyGroupRemark(groupCode, remark);
}
async fetchGroupDetail(groupCode: string) {
const [, detailInfo] = await this.core.eventWrapper.callNormalEventV2(
'NodeIKernelGroupService/getGroupDetailInfo',