V2TimGroupInfo constructor
V2TimGroupInfo(- String groupID,
- String groupType,
- String groupName,
- String notification,
- String introduction,
- String faceUrl,
- bool allMuted,
- String owner,
- int createTime,
- int groupAddOpt,
- int lastInfoTime,
- int lastMessageTime,
- int memberCount,
- int onlineCount,
- int role,
- int recvOpt,
- int joinTime
)
Implementation
V2TimGroupInfo(
this.groupID,
this.groupType,
this.groupName,
this.notification,
this.introduction,
this.faceUrl,
this.allMuted,
this.owner,
this.createTime,
this.groupAddOpt,
this.lastInfoTime,
this.lastMessageTime,
this.memberCount,
this.onlineCount,
this.role,
this.recvOpt,
this.joinTime,
);