AcsChatParticipantAddedToThreadEventData type

Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadParticipantAdded event.

type AcsChatParticipantAddedToThreadEventData = AcsChatEventInThreadBase & {
  addedByCommunicationIdentifier: CommunicationIdentifierModel
  participantAdded: AcsChatThreadParticipant
  time: string
  version: number
}