V2TimMessage constructor
V2TimMessage(
- String? msgID,
- int? timestamp,
- int? progress,
- String? sender,
- String? nickName,
- String? friendRemark,
- 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? localCustomData,
- int? localCustomInt,
- bool? isSelf,
- bool? isRead,
- bool? isPeerRead,
- int? priority,
- V2TimOfflinePushInfo? offlinePushInfo,
- List<
String> ? groupAtUserList, - 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,
);