Condividi tramite


AcsChatParticipantRemovedFromThreadEventData type

Schema della proprietà Data di un evento EventGridEvent per un evento Microsoft.Communication.ChatThreadParticipantRemoved.

type AcsChatParticipantRemovedFromThreadEventData = AcsChatEventInThreadBase & {
  participantRemoved: AcsChatThreadParticipant
  removedByCommunicationIdentifier: CommunicationIdentifierModel
  time: string
  version: number
}