This commit is contained in:
qq
2026-04-22 16:08:25 +08:00
parent c8a3b7a5ba
commit fd5bbf0c6c
6 changed files with 15 additions and 10 deletions
+4
View File
@@ -87,6 +87,10 @@ export declare class IMHelp {
Result: 0 | 1 | 2;
}>;
}>;
static changeGroupOwner(params: {
GroupId: string;
NewOwner_Account: string;
}): Promise<ResResult>;
static sendGroupMsg(params: {
GroupId: string;
From_Account: string;