Share via


AcsChatParticipantRemovedFromThreadEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadParticipantRemoved event.

Extends

Properties

participantRemoved

The details of the user who was removed

removedByCommunicationIdentifier

The communication identifier of the user who removed the user

time

The time at which the user was removed to the thread

version

The version of the thread

Inherited Properties

threadId

The chat thread id

transactionId

The transaction id will be used as co-relation vector

Property Details

participantRemoved

The details of the user who was removed

participantRemoved: AcsChatThreadParticipant

Property Value

removedByCommunicationIdentifier

The communication identifier of the user who removed the user

removedByCommunicationIdentifier: CommunicationIdentifierModel

Property Value

time

The time at which the user was removed to the thread

time?: string

Property Value

string

version

The version of the thread

version?: number

Property Value

number

Inherited Property Details

threadId

The chat thread id

threadId: string

Property Value

string

Inherited From AcsChatEventInThreadBase.threadId

transactionId

The transaction id will be used as co-relation vector

transactionId: string

Property Value

string

Inherited From AcsChatEventInThreadBase.transactionId