AcsChatParticipantRemovedFromThreadEventData type
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadParticipantRemoved event.
type AcsChatParticipantRemovedFromThreadEventData = AcsChatEventInThreadBase & {
participantRemoved: AcsChatThreadParticipant
removedByCommunicationIdentifier: CommunicationIdentifierModel
time: string
version: number
}