Udostępnij za pośrednictwem


AcsChatParticipantRemovedFromThreadEventData type

Schemat właściwości Data zdarzenia EventGridEvent dla zdarzenia Microsoft.Communication.ChatThreadParticipantRemoved.

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