AcsChatThreadCreatedWithUserEventData type
Schema der Data-Eigenschaft eines EventGridEvent für ein Microsoft.Communication.ChatThreadCreatedWithUser-Ereignis.
type AcsChatThreadCreatedWithUserEventData = AcsChatThreadEventBase & {
createdByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
participants: AcsChatThreadParticipant[]
properties: { [propertyName: string]: any }
}