AcsChatParticipantAddedToThreadEventData type
Esquema da propriedade Dados de um EventGridEvent para um evento Microsoft.Communication.ChatThreadParticipantAdded.
type AcsChatParticipantAddedToThreadEventData = AcsChatEventInThreadBase & {
addedByCommunicationIdentifier: CommunicationIdentifierModel
participantAdded: AcsChatThreadParticipant
time: string
version: number
}