AcsChatThreadCreatedWithUserEventData type
Schema för dataegenskapen för en EventGridEvent för en Microsoft.Communication.ChatThreadCreatedWithUser-händelse.
type AcsChatThreadCreatedWithUserEventData = AcsChatThreadEventBase & {
createdByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
participants: AcsChatThreadParticipant[]
properties: { [propertyName: string]: any }
}