AcsChatParticipantRemovedFromThreadWithUserEventData type
Schema della proprietà Data di un evento EventGridEvent per un evento Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser.
type AcsChatParticipantRemovedFromThreadWithUserEventData =
AcsChatThreadEventBase & {
participantRemoved: AcsChatThreadParticipant
removedByCommunicationIdentifier: CommunicationIdentifierModel
time: string
}