ChatMessageReadReceipt interface

A chat message read receipt indicates the time a chat message was read by a recipient.

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: yyyy-MM-ddTHH:mm:ssZ.

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.

Property Details

chatMessageId

Id of the chat message that has been read. This id is generated by the server.

chatMessageId: string

Property Value

string

readOn

The time at which the message was read. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

readOn: Date

Property Value

Date

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.

sender: CommunicationIdentifierKind

Property Value