AcsChatParticipantRemovedFromThreadWithUserEventData type
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser event.
type AcsChatParticipantRemovedFromThreadWithUserEventData =
AcsChatThreadEventBase & {
participantRemoved: AcsChatThreadParticipant
removedByCommunicationIdentifier: CommunicationIdentifierModel
time: string
}