RCIMIWGroupReadReceiptInfo class

Constructors

RCIMIWGroupReadReceiptInfo.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
hasRespond bool?
是否发送过消息回执响应。 仅对消息接收方有效。
getter/setter pair
readReceiptMessage bool?
是否为需要回执的消息。 true: 需要回执的消息。 false: 普通消息。
getter/setter pair
respondUserIds Map?
会话中响应过该消息回执的成员 userId 列表。 key: userId value: respondTime
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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