AcsChatParticipantAddedToThreadEventData type
Microsoft.Communication.ChatThreadParticipantAdded 이벤트에 대한 EventGridEvent의 Data 속성 스키마입니다.
type AcsChatParticipantAddedToThreadEventData = AcsChatEventInThreadBase & {
addedByCommunicationIdentifier: CommunicationIdentifierModel
participantAdded: AcsChatThreadParticipant
time: string
version: number
}