Compartir a través de


AcsChatThreadCreatedEventData type

Esquema de la propiedad Data de un eventGridEvent para un evento Microsoft.Communication.ChatThreadCreated.

type AcsChatThreadCreatedEventData = AcsChatThreadEventInThreadBase & {
  createdByCommunicationIdentifier: CommunicationIdentifierModel
  metadata: { [propertyName: string]: string }
  participants: AcsChatThreadParticipant[]
  properties: { [propertyName: string]: any }
}