- addSubgroups(
parentGroupId: string | Wid,
subgroupIds: string | Wid | (string | Wid)[],
): 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[];
},
>
Add groups do community