ReadReceiptReceivedEvent interface
Event for a received read receipt
- Extends
-
@azure/communication-signaling.BaseChatEvent
Properties
chat |
The id of the last read chat message. |
read |
The timestamp when the message was read. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ |
Inherited Properties
recipient | The Id of the event recipient. |
sender | The Id of the event sender. |
sender |
The display name of the event sender. |
thread |
Thread Id of the event. |
Property Details
chatMessageId
The id of the last read chat message.
chatMessageId: string
Property Value
string
readOn
The timestamp when the message was read. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ
readOn: Date
Property Value
Date
Inherited Property Details
recipient
The Id of the event recipient.
recipient: CommunicationIdentifierKind
Property Value
Inherited From BaseChatEvent.recipient
sender
The Id of the event sender.
sender: CommunicationIdentifierKind
Property Value
Inherited From BaseChatEvent.sender
senderDisplayName
The display name of the event sender.
senderDisplayName: string
Property Value
string
Inherited From BaseChatEvent.senderDisplayName
threadId
Thread Id of the event.
threadId: string
Property Value
string
Inherited From BaseChatEvent.threadId