AcsChatParticipantAddedToThreadWithUserEventData type
Schema der Data-Eigenschaft eines EventGridEvent-Ereignisses für ein Microsoft.Communication.ChatParticipantAddedToThreadWithUser-Ereignis.
type AcsChatParticipantAddedToThreadWithUserEventData =
AcsChatThreadEventBase & {
addedByCommunicationIdentifier: CommunicationIdentifierModel
participantAdded: AcsChatThreadParticipant
time: string
}