V2TimGroupInfo constructor

V2TimGroupInfo({
  1. required String groupID,
  2. required String groupType,
  3. String? groupName,
  4. String? notification,
  5. String? introduction,
  6. String? faceUrl,
  7. bool? isAllMuted,
  8. String? owner,
  9. int? createTime,
  10. int? groupAddOpt,
  11. int? lastInfoTime,
  12. int? lastMessageTime,
  13. int? memberCount,
  14. int? onlineCount,
  15. int? role,
  16. int? recvOpt,
  17. int? joinTime,
  18. bool? isSupportTopic,
  19. Map<String, String>? customInfo,
  20. int? approveOpt,
  21. bool? isEnablePermissionGroup,
  22. int? memberMaxCount,
  23. int? defaultPermissions,
})

Implementation

V2TimGroupInfo({
  required this.groupID,
  required this.groupType,
  this.groupName,
  this.notification,
  this.introduction,
  this.faceUrl,
  this.isAllMuted,
  this.owner,
  this.createTime,
  this.groupAddOpt,
  this.lastInfoTime,
  this.lastMessageTime,
  this.memberCount,
  this.onlineCount,
  this.role,
  this.recvOpt,
  this.joinTime,
  this.isSupportTopic,
  this.customInfo,
  this.approveOpt,
  this.isEnablePermissionGroup,
  this.memberMaxCount,
  this.defaultPermissions,
});