AcsChatThreadCreatedEventData type
Schema della proprietà Data di un evento EventGridEvent per un evento Microsoft.Communication.ChatThreadCreated.
type AcsChatThreadCreatedEventData = AcsChatThreadEventInThreadBase & {
createdByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
participants: AcsChatThreadParticipant[]
properties: { [propertyName: string]: any }
}