AcsChatThreadCreatedEventData type
Microsoft.Communication.ChatThreadCreated 事件的 EventGridEvent Data 屬性架構。
type AcsChatThreadCreatedEventData = AcsChatThreadEventInThreadBase & {
createdByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
participants: AcsChatThreadParticipant[]
properties: { [propertyName: string]: any }
}