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