/// Group Member Roles class GroupRoleLevel { /// Group owner static const owner = 100; /// Administrator static const admin = 60; /// Regular member static const member = 20; }