GroupMembersInfo class

群成员信息

Constructors

GroupMembersInfo({String? groupID, String? userID, int? roleLevel, int? joinTime, String? nickname, String? faceURL, String? ex, int? joinSource, String? operatorUserID, int? muteEndTime, int? appMangerLevel, String? inviterUserID})
GroupMembersInfo.fromJson(Map<String, dynamic> json)

Properties

appMangerLevel int?
getter/setter pair
ex String?
扩展字段
getter/setter pair
faceURL String?
头像
getter/setter pair
groupID String?
群id
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
inviterUserID String?
邀请人id
getter/setter pair
joinSource int?
入群方式 2:邀请加入 3:搜索加入 4:通过二维码加入
getter/setter pair
joinTime int?
加入时间
getter/setter pair
muteEndTime int?
禁言时间s
getter/setter pair
nickname String?
昵称
getter/setter pair
operatorUserID String?
操作者id
getter/setter pair
roleLevel int?
角色GroupRoleLevel
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userID String?
用户id
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.
override