TypingIndicatorReceivedEvent interface
Event for a received typing indicator when a chat participant is typing. All chat participants receive this event, including the original sender
- Extends
-
@azure/communication-signaling.BaseChatEvent
Properties
received |
The timestamp when the message arrived at the server. The timestamp is in RFC3339 format:
|
version | Version of the message. |
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
receivedOn
The timestamp when the message arrived at the server. The timestamp is in RFC3339 format:
yyyy-MM-ddTHH:mm:ssZ
.
receivedOn: Date
Property Value
Date
version
Version of the message.
version: string
Property Value
string
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