IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMMessageReceipt

Properties

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

Property Documentation

◆ msgID

- (NSString*) msgID
readnonatomicstrong

Unique ID of the message.

◆ userID

- (NSString*) userID
readnonatomicstrong

UserID of the other party who has read the message.

◆ isPeerRead

- (BOOL) isPeerRead
readnonatomicassign

Whether the message is read by the peer party (valid only for one-to-one messages)

◆ timestamp

- (time_t) timestamp
readnonatomicassign

The time when the other party marked the conversation read.

◆ groupID

- (NSString*) groupID
readnonatomicstrong

Group ID.

◆ readCount

- (int) readCount
readnonatomicassign

Numbers of group members who have read the group message specified by seq.

◆ unreadCount

- (int) unreadCount
readnonatomicassign

Numbers of group members who have not read the group message specified by seq.