NIMSDK-iOS
载入中...
搜索中...
未找到
NIMTeamMessageReceipt类 参考

#import <NIMTeamMessageReceipt.h>

类 NIMTeamMessageReceipt 继承关系图:

属性

NSInteger readCount
 
NSInteger unreadCount
 
NSString * readerAccount
 

详细描述

群已读回执信息 @discussion 只有当当前消息为 Team 消息且 teamReceiptEnabled 为 YES 时才有效,需要对端调用过发送已读回执的接口

属性说明

◆ readCount

- (NSInteger) readCount
readnonatomicassign

已读人数 @discussion 只有当当前消息为 Team 消息且 teamReceiptEnabled 为 YES 时这个字段才有效,需要对端调用过发送已读回执的接口

◆ readerAccount

- (NSString*) readerAccount
readnonatomiccopy

账号 @discussion 新读过这条消息的用户的账号

◆ unreadCount

- (NSInteger) unreadCount
readnonatomicassign

未读人数 @discussion 只有当当前消息为 Team 消息且 teamReceiptEnabled 为 YES 时这个字段才有效,需要对端调用过发送已读回执的接口


该类的文档由以下文件生成: