AcsChatParticipantRemovedFromThreadEventData type
Schema der Data-Eigenschaft eines EventGridEvent für ein Microsoft.Communication.ChatThreadParticipantRemoved-Ereignis.
type AcsChatParticipantRemovedFromThreadEventData = AcsChatEventInThreadBase & {
participantRemoved: AcsChatThreadParticipant
removedByCommunicationIdentifier: CommunicationIdentifierModel
time: string
version: number
}