GroupApplicationInfo class

群申请信息

Constructors

GroupApplicationInfo({String? groupID, String? groupName, String? notification, String? introduction, String? groupFaceURL, int? createTime, int? status, String? creatorUserID, int? groupType, String? ownerUserID, int? memberCount, String? userID, String? nickname, String? userFaceURL, int? gender, int? handleResult, String? reqMsg, String? handledMsg, int? reqTime, String? handleUserID, int? handledTime, String? ex, String? inviterUserID, int? joinSource})
GroupApplicationInfo.fromJson(Map<String, dynamic> json)

Properties

createTime int?
群创建时间
getter/setter pair
creatorUserID String?
创建者id
getter/setter pair
ex String?
扩展信息
getter/setter pair
gender int?
发起入群申请的用户性别
getter/setter pair
groupFaceURL String?
群头像
getter/setter pair
groupID String?
群ID
getter/setter pair
groupName String?
群昵称
getter/setter pair
groupType int?
群类型
getter/setter pair
handledMsg String?
处理结果说明
getter/setter pair
handledTime int?
处理时间
getter/setter pair
handleResult int?
处理结果:-1:拒绝,1:同意
getter/setter pair
handleUserID String?
处理者用户ID
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
introduction String?
群介绍
getter/setter pair
inviterUserID String?
邀请进群用户ID
getter/setter pair
joinSource int?
2:通过邀请 3:通过搜索 4:通过二维码
getter/setter pair
memberCount int?
成员数量
getter/setter pair
nickname String?
发起入群申请的用户昵称
getter/setter pair
notification String?
群公告
getter/setter pair
ownerUserID String?
拥有者id
getter/setter pair
reqMsg String?
请求说明
getter/setter pair
reqTime int?
请求时间
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
群状态
getter/setter pair
userFaceURL String?
发起入群申请的用户头像
getter/setter pair
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.
inherited