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