V2TimMessage constructor

V2TimMessage(
  1. String msgID,
  2. int timestamp,
  3. int progress,
  4. String sender,
  5. String nickName,
  6. String friendRemark,
  7. String faceUrl,
  8. String nameCard,
  9. String groupID,
  10. String userID,
  11. int status,
  12. int elemType,
  13. V2TimTextElem textElem,
  14. V2TimCustomElem customElem,
  15. V2TimImageElem imageElem,
  16. V2TimSoundElem soundElem,
  17. V2TimVideoElem videoElem,
  18. V2TimFileElem fileElem,
  19. V2TimLocationElem locationElem,
  20. V2TimFaceElem faceElem,
  21. V2TimGroupTipsElem groupTipsElem,
  22. String localCustomData,
  23. int localCustomInt,
  24. bool isSelf,
  25. bool isRead,
  26. bool isPeerRead,
  27. int priority,
  28. V2TimOfflinePushInfo offlinePushInfo,
  29. List<String> groupAtUserList,
  30. int seq
)

Implementation

V2TimMessage(
  this.msgID,
  this.timestamp,
  this.progress,
  this.sender,
  this.nickName,
  this.friendRemark,
  this.faceUrl,
  this.nameCard,
  this.groupID,
  this.userID,
  this.status,
  this.elemType,
  this.textElem,
  this.customElem,
  this.imageElem,
  this.soundElem,
  this.videoElem,
  this.fileElem,
  this.locationElem,
  this.faceElem,
  this.groupTipsElem,
  this.localCustomData,
  this.localCustomInt,
  this.isSelf,
  this.isRead,
  this.isPeerRead,
  this.priority,
  this.offlinePushInfo,
  this.groupAtUserList,
  this.seq,
);