ParticipantsRemovedEvent interface

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

Extends
@azure/communication-signaling.BaseChatThreadEvent

Properties

participantsRemoved

The participants removed from the thread.

removedBy

Id of the user that removed the chat participants.

removedOn

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

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

participantsRemoved

The participants removed from the thread.

participantsRemoved: ChatParticipant[]

Property Value

@azure/communication-signaling.ChatParticipant[]

removedBy

Id of the user that removed the chat participants.

removedBy: ChatParticipant

Property Value

@azure/communication-signaling.ChatParticipant

removedOn

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

removedOn: Date

Property Value

Date

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