ReadReceiptInfo class

Message read receipt information

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?
Message type MessageType
getter/setter pair
groupID String?
Group ID
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
msgFrom int?
Message source
getter/setter pair
msgIDList List<String>?
List of clientMsgIDs for read messages
getter/setter pair
readTime int?
Read time
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionType int?
Conversation type ConversationType
getter/setter pair
userID String?
Sender 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