V2TimGroupCreateParam constructor
V2TimGroupCreateParam({
- required String groupName,
- required String groupType,
- String? groupID,
- String? notification,
- String? introduction,
- String? faceUrl,
- bool? isAllMuted,
- bool? isSupportTopic,
- GroupAddOptTypeEnum? addOpt,
- List<
V2TimGroupMember> ? memberList, - GroupAddOptTypeEnum? approveOpt,
- bool? isEnablePermissionGroup,
- int? defaultPermissions,
- int? maxMemberCount,
Implementation
V2TimGroupCreateParam({
required this.groupName,
required this.groupType,
this.groupID,
this.notification,
this.introduction,
this.faceUrl,
this.isAllMuted,
this.isSupportTopic,
this.addOpt,
this.memberList,
this.approveOpt,
this.isEnablePermissionGroup,
this.defaultPermissions,
this.maxMemberCount,
});