GroupInfoEntity.update constructor
GroupInfoEntity.update({})
更新群聊信息快速方法
Implementation
GroupInfoEntity.update({
required this.groupID,
this.groupName,
this.notification,
this.introduction,
this.faceUrl,
this.allMuted,
this.groupAddOpt,
this.customInfo,
});