IMSDK
即时通信 IM 提供全球接入、单聊、群聊、消息推送、资料关系链托管、账号鉴权等全方位解决方案,并提供完备的 App 接入、后台管理接口。
V2TIMMessageReceipt

属性

NSString * msgID
 
NSString * userID
 
BOOL isPeerRead
 
time_t timestamp
 
NSString * groupID
 
int readCount
 
int unreadCount
 

详细描述

消息已读回执

属性说明

◆ msgID

- (NSString*) msgID
readnonatomicstrong

消息 ID

◆ userID

- (NSString*) userID
readnonatomicstrong

C2C 消息接收对象

◆ isPeerRead

- (BOOL) isPeerRead
readnonatomicassign

C2C 对端消息是否已读

◆ timestamp

- (time_t) timestamp
readnonatomicassign

C2C 对端用户标记会话已读的时间

◆ groupID

- (NSString*) groupID
readnonatomicstrong

群 ID

◆ readCount

- (int) readCount
readnonatomicassign

群消息已读人数

◆ unreadCount

- (int) unreadCount
readnonatomicassign

群消息未读人数