AcsChatParticipantRemovedFromThreadEventData type

Microsoft.Communication.ChatThreadParticipantRemoved 이벤트에 대한 EventGridEvent의 Data 속성 스키마입니다.

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