V2TimGroupInfo constructor

V2TimGroupInfo(
  1. String groupID,
  2. String groupType,
  3. String groupName,
  4. String notification,
  5. String introduction,
  6. String faceUrl,
  7. bool allMuted,
  8. String owner,
  9. int createTime,
  10. int groupAddOpt,
  11. int lastInfoTime,
  12. int lastMessageTime,
  13. int memberCount,
  14. int onlineCount,
  15. int role,
  16. int recvOpt,
  17. 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,
);