AcsChatThreadCreatedEventData type
Esquema da propriedade Dados de um EventGridEvent para um evento Microsoft.Communication.ChatThreadCreated.
type AcsChatThreadCreatedEventData = AcsChatThreadEventInThreadBase & {
createdByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
participants: AcsChatThreadParticipant[]
properties: { [propertyName: string]: any }
}