AcsChatThreadCreatedEventData type
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadCreated event.
type AcsChatThreadCreatedEventData = AcsChatThreadEventInThreadBase & {
createdByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
participants: AcsChatThreadParticipant[]
properties: { [propertyName: string]: any }
}