ChatThreadCreatedEvent interface

Event for a created chat thread. All chat participants receive this event, including the original sender

Extends
@azure/communication-signaling.BaseChatThreadEvent

Properties

createdBy

Id of the user that created the chat thread.

createdOn

The timestamp when the thread was created. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

participants

The list of participants on the thread.

properties

The properties of the thread.

Inherited Properties

threadId

Thread Id of the event.

version

Version of the thread. This version is an epoch time in a numeric unsigned Int64 format: 1593117207131

Property Details

createdBy

Id of the user that created the chat thread.

createdBy: ChatParticipant

Property Value

@azure/communication-signaling.ChatParticipant

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

@azure/communication-signaling.ChatThreadProperties

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