AcsChatParticipantRemovedFromThreadWithUserEventData type
Схема свойства Data объекта EventGridEvent для события Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser.
type AcsChatParticipantRemovedFromThreadWithUserEventData =
AcsChatThreadEventBase & {
participantRemoved: AcsChatThreadParticipant
removedByCommunicationIdentifier: CommunicationIdentifierModel
time: string
}