Chat SDK for Unity and Windows v1.2.0
|
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] |
The class for read receipts of group messages.
|
getset |
The ID of the read receipt of a group message.
|
getset |
The ID of the group message.
|
getset |
The ID of the user who sends the read receipt.
|
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.
|
getset |
The number of read receipts that are sent for group messages.
|
getset |
The Unix timestamp of sending the read receipt of a group message.