V2TimMessage class Models

V2TimMessageReceipt

Annotations
  • @JsonSerializable()

Constructors

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)
V2TimMessage.fromJson(Map<String, dynamic> srcJson)
factory

Properties

customElem V2TimCustomElem?
getter/setter pair
elemType int?
getter/setter pair
faceElem V2TimFaceElem?
getter/setter pair
faceUrl String?
getter/setter pair
fileElem V2TimFileElem?
getter/setter pair
friendRemark String?
getter/setter pair
groupAtUserList List<String>?
getter/setter pair
groupID String?
getter/setter pair
groupTipsElem V2TimGroupTipsElem?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageElem V2TimImageElem?
getter/setter pair
isPeerRead bool?
getter/setter pair
isRead bool?
getter/setter pair
isSelf bool?
getter/setter pair
localCustomData String?
getter/setter pair
localCustomInt int?
getter/setter pair
locationElem V2TimLocationElem?
getter/setter pair
msgID String?
getter/setter pair
nameCard String?
getter/setter pair
nickName String?
getter/setter pair
offlinePushInfo V2TimOfflinePushInfo?
getter/setter pair
priority int?
getter/setter pair
progress int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String?
getter/setter pair
seq int?
getter/setter pair
soundElem V2TimSoundElem?
getter/setter pair
status int?
getter/setter pair
textElem V2TimTextElem?
getter/setter pair
timestamp int?
getter/setter pair
userID String?
getter/setter pair
videoElem V2TimVideoElem?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited