- removeSubgroups(parentGroupId, subgroupIds): Promise<{
failedGroups: {
error: string;
jid: string;
}[];
linkedGroupJids: string[];
}> Parameters
- parentGroupId: string | Wid
- subgroupIds: string | Wid | (string | Wid)[]
Returns Promise<{
failedGroups: {
error: string;
jid: string;
}[];
linkedGroupJids: string[];
}>
Remove groups from community