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