ParticipantsAddedEvent interface

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

Extends
@azure/communication-signaling.BaseChatThreadEvent

Properties

addedBy

Id of the user that added the chat participants.

addedOn

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

participantsAdded

The participants added to 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

addedBy

Id of the user that added the chat participants.

addedBy: ChatParticipant

Property Value

@azure/communication-signaling.ChatParticipant

addedOn

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

addedOn: Date

Property Value

Date

participantsAdded

The participants added to the thread.

participantsAdded: ChatParticipant[]

Property Value

@azure/communication-signaling.ChatParticipant[]

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