Properties | |
NSString * | msgID |
NSString * | userID |
BOOL | isPeerRead |
time_t | timestamp |
NSString * | groupID |
int | readCount |
int | unreadCount |
|
readnonatomicstrong |
Unique ID of the message.
|
readnonatomicstrong |
UserID of the other party who has read the message.
|
readnonatomicassign |
Whether the message is read by the peer party (valid only for one-to-one messages)
|
readnonatomicassign |
The peer read time (valid only for one-to-one messages) If msgID is empty, this parameter indicates the time when the peer user mark the conversation as read. If msgID is not empty, this parameter indicates the time when the peer user send message read receipt (supported only in 8.1 and later versions)
|
readnonatomicstrong |
Group ID.
|
readnonatomicassign |
Numbers of group members who have read the group message specified by seq.
|
readnonatomicassign |
Numbers of group members who have not read the group message specified by seq.