ReadReceiptInfo class

消息已读回执信息

Constructors

ReadReceiptInfo({String? userID, String? groupID, List<String>? msgIDList, int? readTime, int? msgFrom, int? contentType, int? sessionType})
ReadReceiptInfo.fromJson(Map<String, dynamic> json)

Properties

contentType int?
消息类型MessageType
getter/setter pair
groupID String?
群id
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
msgFrom int?
消息来源
getter/setter pair
msgIDList List<String>?
已读消息的clientMsgID集合
getter/setter pair
readTime int?
读时间
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionType int?
会话类型ConversationType
getter/setter pair
userID String?
发送者id
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