AcsChatParticipantAddedToThreadEventData type
Schema della proprietà Data di un evento EventGridEvent per un evento Microsoft.Communication.ChatThreadParticipantAdded.
type AcsChatParticipantAddedToThreadEventData = AcsChatEventInThreadBase & {
addedByCommunicationIdentifier: CommunicationIdentifierModel
participantAdded: AcsChatThreadParticipant
time: string
version: number
}