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
added |
Id of the user that added the chat participants. |
added |
The timestamp when the member was added. The timestamp is in RFC3339 format:
|
participants |
The participants added to 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
addedBy
Id of the user that added the chat participants.
addedBy: ChatParticipant
Property Value
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