Creates a group Chat with the provided members and the authenticated MyUser, optionally named.
name
Future<RxChat> createGroupChat(List<UserId> memberIds, {ChatName? name});