AcsChatParticipantRemovedFromThreadWithUserEventData type

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

type AcsChatParticipantRemovedFromThreadWithUserEventData =
  AcsChatThreadEventBase & {
    participantRemoved: AcsChatThreadParticipant
    removedByCommunicationIdentifier: CommunicationIdentifierModel
    time: string
  }