V2TimGroupCreateParam constructor

V2TimGroupCreateParam({
  1. required String groupName,
  2. required String groupType,
  3. String? groupID,
  4. String? notification,
  5. String? introduction,
  6. String? faceUrl,
  7. bool? isAllMuted,
  8. bool? isSupportTopic,
  9. GroupAddOptTypeEnum? addOpt,
  10. List<V2TimGroupMember>? memberList,
  11. GroupAddOptTypeEnum? approveOpt,
  12. bool? isEnablePermissionGroup,
  13. int? defaultPermissions,
  14. 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,
});