AcsChatParticipantAddedToThreadWithUserEventData type

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

type AcsChatParticipantAddedToThreadWithUserEventData =
  AcsChatThreadEventBase & {
    addedByCommunicationIdentifier: CommunicationIdentifierModel
    participantAdded: AcsChatThreadParticipant
    time: string
  }