AcsChatParticipantAddedToThreadEventData type
Schema der Data-Eigenschaft eines EventGridEvent-Ereignisses für ein Microsoft.Communication.ChatThreadParticipantAdded-Ereignis.
type AcsChatParticipantAddedToThreadEventData = AcsChatEventInThreadBase & {
addedByCommunicationIdentifier: CommunicationIdentifierModel
participantAdded: AcsChatThreadParticipant
time: string
version: number
}