|
AgoraChatSDK 1.3.1
|
#import <AgoraChatGroupMessageAck.h>
Properties | |
| NSString * | messageId |
| NSString * | readAckId |
| NSString * | from |
| NSString * | content |
| int | readCount |
| long long | timestamp |
The group message receipt.
|
readwritenonatomiccopy |
The group message content.
|
readwritenonatomiccopy |
The user that sends the group message ack.
|
readwritenonatomiccopy |
The group message ID.
|
readwritenonatomiccopy |
The group message read receipt ID.
|
readwritenonatomicassign |
The number of group members that have read the group message.
|
readwritenonatomicassign |
The Unix timestamp for group message ack.