Chat SDK for Unity and Windows v1.2.1
Properties | List of all members
AgoraChat.GroupReadAck Class Reference
Inheritance diagram for AgoraChat.GroupReadAck:

Properties

string AckId [get, set]
 
string MsgId [get, set]
 
string From [get, set]
 
string Content [get, set]
 
int Count [get, set]
 
long Timestamp [get, set]
 

Detailed Description

The class for read receipts of group messages.

Property Documentation

◆ AckId

string AgoraChat.GroupReadAck.AckId
getset

The ID of the read receipt of a group message.

◆ MsgId

string AgoraChat.GroupReadAck.MsgId
getset

The ID of the group message.

◆ From

string AgoraChat.GroupReadAck.From
getset

The ID of the user who sends the read receipt.

◆ Content

string AgoraChat.GroupReadAck.Content
getset

The extension information of a read receipt.

The read receipt extension is passed as the third parameter in (XXX) that is the method of sending the read receipt.

◆ Count

int AgoraChat.GroupReadAck.Count
getset

The number of read receipts that are sent for group messages.

◆ Timestamp

long AgoraChat.GroupReadAck.Timestamp
getset

The Unix timestamp of sending the read receipt of a group message.