mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
fix #398
This commit is contained in:
@@ -145,7 +145,7 @@ export interface NodeIKernelGroupService {
|
||||
|
||||
getMemberExtInfo(param: GroupExtParam): Promise<unknown>;//req
|
||||
|
||||
getGroupAllInfo(): unknown;
|
||||
getGroupAllInfo(groupId: string, sourceId: number): Promise<any>;
|
||||
|
||||
getDiscussExistInfo(): unknown;
|
||||
|
||||
@@ -234,7 +234,7 @@ export interface NodeIKernelGroupService {
|
||||
|
||||
setGroupShutUp(groupCode: string, shutUp: boolean): void;
|
||||
|
||||
getGroupShutUpMemberList(groupCode: string): unknown[];
|
||||
getGroupShutUpMemberList(groupCode: string): Promise<any>;
|
||||
|
||||
setMemberShutUp(groupCode: string, memberTimes: { uid: string, timeStamp: number }[]): Promise<void>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user