NIMUpdateTeamInfoParams class

修改群组信息参数

Annotations
  • @JsonSerializable.new()

Constructors

NIMUpdateTeamInfoParams({String? name, int? memberLimit, String? intro, String? announcement, String? avatar, String? serverExtension, NIMTeamJoinMode? joinMode, NIMTeamAgreeMode? agreeMode, NIMTeamInviteMode? inviteMode, NIMTeamUpdateInfoMode? updateInfoMode, NIMTeamUpdateExtensionMode? updateExtensionMode})
NIMUpdateTeamInfoParams.fromJson(Map<String, dynamic> map)
factory

Properties

agreeMode NIMTeamAgreeMode?
被邀请人同意入群模式(当输出时,如果未被更新,此时值为-1)
getter/setter pair
announcement String?
群组公告
getter/setter pair
avatar String?
群组头像
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intro String?
群组介绍
getter/setter pair
inviteMode NIMTeamInviteMode?
邀请入群模式(当输出时,如果未被更新,此时值为-1)
getter/setter pair
joinMode NIMTeamJoinMode?
申请入群模式(当输出时,如果未被更新,此时值为-1)
getter/setter pair
memberLimit int?
群组人数上限(当输出时,如果未被更新,此时值为0)
getter/setter pair
name String?
群组名称
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverExtension String?
服务端扩展字段
getter/setter pair
updateExtensionMode NIMTeamUpdateExtensionMode?
群组扩展字段修改模式(当输出时,如果未被更新,此时值为-1)
getter/setter pair
updateInfoMode NIMTeamUpdateInfoMode?
群组资料修改模式(当输出时,如果未被更新,此时值为-1)
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited