AcsChatParticipantRemovedFromThreadWithUserEventData type
Esquema da propriedade Data de um evento EventGridEvent para um evento Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser.
type AcsChatParticipantRemovedFromThreadWithUserEventData =
AcsChatThreadEventBase & {
participantRemoved: AcsChatThreadParticipant
removedByCommunicationIdentifier: CommunicationIdentifierModel
time: string
}