This commit is contained in:
手瓜一十雪
2025-05-09 13:17:47 +08:00
parent 7a25dc1ef1
commit 607e367bb1
2 changed files with 5 additions and 2 deletions

View File

@@ -249,7 +249,7 @@ export interface NodeIKernelGroupService {
reqToJoinGroup(groupCode: string, arg: unknown): void;
setGroupShutUp(groupCode: string, shutUp: boolean): void;
setGroupShutUp(groupCode: string, shutUp: boolean): Promise<GeneralCallResult>;
getGroupShutUpMemberList(groupCode: string): Promise<GeneralCallResult>;