ChatMessageReadReceipt Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A chat message read receipt indicates the time a chat message was read by a recipient.
public class ChatMessageReadReceipt
type ChatMessageReadReceipt = class
Public Class ChatMessageReadReceipt
- Inheritance
-
ChatMessageReadReceipt
Properties
ChatMessageId |
Id of the chat message that has been read. This id is generated by the server. |
ReadOn |
The time at which the message was read. The timestamp is in RFC3339 format: |
Sender |
Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model must be interpreted as a union: Apart from rawId, at most one further property may be set. |
Applies to
Azure SDK for .NET