AcsChatParticipantAddedToThreadWithUserEventData type
Schema della proprietà Data di un evento EventGridEvent per un evento Microsoft.Communication.ChatParticipantAddedToThreadWithUser.
type AcsChatParticipantAddedToThreadWithUserEventData =
AcsChatThreadEventBase & {
addedByCommunicationIdentifier: CommunicationIdentifierModel
participantAdded: AcsChatThreadParticipant
time: string
}