createTeam abstract method
创建群组
inviteeAccountIds
选中的账号,创建team的时候将邀请
selectNames
选中者的名称,将用于生成team 名称
postscript
邀请他人附言
isGroup
是否讨论组
createTeamParams
创建群组的params,如果createTeamParams
不为空,则createTeamParams
生效,以上可选参数将失效
Implementation
Future<NIMCreateTeamResult?> createTeam(List<String> inviteeAccountIds,
{String? postscript,
List<String>? selectNames,
NIMCreateTeamParams? createTeamParams,
String? iconUrl,
bool isGroup = false,
NIMAntispamConfig? antispamConfig});