AgoraChatSDK 1.2.0
Properties | List of all members
AgoraChatGroupMessageAck Class Reference

#import <AgoraChatGroupMessageAck.h>

Inheritance diagram for AgoraChatGroupMessageAck:

Properties

NSString * messageId
 
NSString * readAckId
 
NSString * from
 
NSString * content
 
int readCount
 
long long timestamp
 

Detailed Description

The group message receipt.

Property Documentation

◆ content

- (NSString*) content
readwritenonatomiccopy

The group message content.

◆ from

- (NSString*) from
readwritenonatomiccopy

The user that sends the group message.

◆ messageId

- (NSString*) messageId
readwritenonatomiccopy

The group message ID.

◆ readAckId

- (NSString*) readAckId
readwritenonatomiccopy

The group message read receipt ID.

◆ readCount

- (int) readCount
readwritenonatomicassign

The number of group members that have read the group message.

◆ timestamp

- (long long) timestamp
readwritenonatomicassign

The Unix timestamp for group message ack.


The documentation for this class was generated from the following file: