NIMTeamMessageReceipt Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMTeamMessageReceipt.h |
Overview
Group read receipt
The interface is valid only if the message is of team type and teamReceiptEnabled is set to YES. The peer must call the interface to send a read receipt for a message.
readCount
Number of people who have read the message
@property (nonatomic, assign, readonly) NSInteger readCount
Discussion
Number of people who have read the message
The interface is valid only if the message is of team type and teamReceiptEnabled is set to YES. The peer must call the interface to send a read receipt for a message.
Declared In
NIMTeamMessageReceipt.h
unreadCount
Number of people who have not read the message
@property (nonatomic, assign, readonly) NSInteger unreadCount
Discussion
Number of people who have not read the message
The interface is valid only if the message is of team type and teamReceiptEnabled is set to YES. The peer must call the interface to send a read receipt for a message.
Declared In
NIMTeamMessageReceipt.h
readerAccount
Account
@property (nonatomic, copy, readonly) NSString *readerAccount
Discussion
Account
Account that has read the message
Declared In
NIMTeamMessageReceipt.h