消息已读回执
Public 成员函数 | |
V2TIMMessageReceipt () | |
V2TIMMessageReceipt (const V2TIMMessageReceipt &) | |
~V2TIMMessageReceipt () | |
成员变量 | |
V2TIMString | msgID |
V2TIMString | userID |
bool | isPeerRead |
int64_t | timestamp |
V2TIMString | groupID |
int32_t | readCount |
int32_t | unreadCount |
V2TIMMessageReceipt | ( | const V2TIMMessageReceipt & | ) |
~V2TIMMessageReceipt | ( | ) |
V2TIMString msgID |
消息 ID
V2TIMString userID |
C2C 消息接收对象
bool isPeerRead |
C2C 对端消息是否已读
int64_t timestamp |
C2C 对端已读的时间 如果 msgID 为空,该字段表示对端用户标记会话已读的时间 如果 msgID 不为空,该字段表示对端用户发送消息已读回执的时间(8.1 及以上版本支持)
V2TIMString groupID |
群 ID
int32_t readCount |
群消息已读人数
int32_t unreadCount |
群消息未读人数