Future<void> inviteGroupAuto(String groupId, [int? rank]) { return _inviteUserInternally(groupId, rank, true, true); }