AcsChatThreadCreatedEventData type
Microsoft.Communication.ChatThreadCreated イベントの EventGridEvent の Data プロパティのスキーマ。
type AcsChatThreadCreatedEventData = AcsChatThreadEventInThreadBase & {
createdByCommunicationIdentifier: CommunicationIdentifierModel
metadata: { [propertyName: string]: string }
participants: AcsChatThreadParticipant[]
properties: { [propertyName: string]: any }
}