ChatThreadCreatedEvent interface
Event for a created chat thread. All chat participants receive this event, including the original sender
- Extends
-
@azure/communication-signaling.BaseChatThreadEvent
Properties
created |
Id of the user that created the chat thread. |
created |
The timestamp when the thread was created. The timestamp is in RFC3339 format:
|
participants | The list of participants on the thread. |
properties | The properties of the thread. |
Inherited Properties
thread |
Thread Id of the event. |
version | Version of the thread. This version is an epoch time in a numeric unsigned Int64 format:
|
Property Details
createdBy
Id of the user that created the chat thread.
createdBy: ChatParticipant
Property Value
createdOn
The timestamp when the thread was created. The timestamp is in RFC3339 format:
yyyy-MM-ddTHH:mm:ssZ
.
createdOn: Date
Property Value
Date
participants
The list of participants on the thread.
participants: ChatParticipant[]
Property Value
@azure/communication-signaling.ChatParticipant[]
properties
The properties of the thread.
properties: ChatThreadProperties
Property Value
Inherited Property Details
threadId
Thread Id of the event.
threadId: string
Property Value
string
Inherited From BaseChatThreadEvent.threadId
version
Version of the thread. This version is an epoch time in a numeric unsigned Int64 format:
1593117207131
version: string
Property Value
string
Inherited From BaseChatThreadEvent.version