• Get the max number of participants for a group

    Returns Promise<number>

    const limit = await WPP.group.getGroupSizeLimit();
    console.log(limit);