V2TimMessage constructor
V2TimMessage(- String msgID,
- int timestamp,
- String sender,
- String nickName,
- String faceUrl,
- String nameCard,
- String groupID,
- String userID,
- int status,
- int elemType,
- V2TimTextElem textElem,
- V2TimCustomElem customElem,
- V2TimImageElem imageElem,
- V2TimSoundElem soundElem,
- V2TimVideoElem videoElem,
- V2TimFileElem fileElem,
- V2TimLocationElem locationElem,
- V2TimFaceElem faceElem,
- V2TimGroupTipsElem groupTipsElem,
- String getLocalCustomData,
- int getLocalCustomInt,
- bool isSelf,
- bool isRead,
- bool isPeerRead,
- int getPriority,
- V2TimOfflinePushInfo offlinePushInfo,
- List<String> groupAtUserList,
- int seq
)
Implementation
V2TimMessage(
this.msgID,
this.timestamp,
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.getLocalCustomData,
this.getLocalCustomInt,
this.isSelf,
this.isRead,
this.isPeerRead,
this.getPriority,
this.offlinePushInfo,
this.groupAtUserList,
this.seq,
);