AcsChatParticipantAddedToThreadWithUserEventData type

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

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