refactor: GetGroupInfo

This commit is contained in:
手瓜一十雪
2024-12-06 11:39:11 +08:00
parent 0ae3a4172c
commit 4b319d15a7
6 changed files with 178 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ export interface NodeIKernelSearchService {
penetrate: string
}): Promise<GeneralCallResult>;// needs 1 arguments
searchLocalInfo(keywords: string, unknown: number/*4*/): unknown;
searchLocalInfo(keywords: string, type: number/*4*/): unknown;
cancelSearchLocalInfo(...args: any[]): unknown;// needs 3 arguments