GroupInfo class

群信息

Constructors

GroupInfo({required String groupID, String? groupName, String? notification, String? introduction, String? faceURL, String? ownerUserID, int? createTime, int? memberCount, int? status, String? creatorUserID, int? groupType, String? ex, int? needVerification, int? lookMemberInfo, int? applyMemberFriend, int? notificationUpdateTime, String? notificationUserID})
GroupInfo.fromJson(Map<String, dynamic> json)

Properties

applyMemberFriend int?
不允许通过群添加好友 0:关闭,1:打开
getter/setter pair
createTime int?
创建时间
getter/setter pair
creatorUserID String?
创建者ID
getter/setter pair
ex String?
扩展字段
getter/setter pair
faceURL String?
群头像
getter/setter pair
groupID String
群ID
getter/setter pair
groupName String?
群名
getter/setter pair
groupType int?
群类型GroupType
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
introduction String?
群简介
getter/setter pair
lookMemberInfo int?
不允许通过群获取成员资料 0:关闭,1:打开
getter/setter pair
memberCount int?
群成员数
getter/setter pair
needVerification int?
进群验证方式GroupVerification
getter/setter pair
notification String?
群公告
getter/setter pair
notificationUpdateTime int?
通知更新时间
getter/setter pair
notificationUserID String?
通知发起人
getter/setter pair
ownerUserID String?
拥有者ID
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionType int
群类型对应的会话类型
no setter
status int?
群状态:0正常,1被封,2解散,3禁言
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