AcsChatParticipantRemovedFromThreadWithUserEventData type
Schema der Data-Eigenschaft eines EventGridEvent für ein Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser-Ereignis.
type AcsChatParticipantRemovedFromThreadWithUserEventData =
AcsChatThreadEventBase & {
participantRemoved: AcsChatThreadParticipant
removedByCommunicationIdentifier: CommunicationIdentifierModel
time: string
}