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