m
This commit is contained in:
Vendored
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user