AcsChatParticipantAddedToThreadEventData type
Microsoft.Communication.ChatThreadParticipantAdded イベントの EventGridEvent の Data プロパティのスキーマ。
type AcsChatParticipantAddedToThreadEventData = AcsChatEventInThreadBase & {
addedByCommunicationIdentifier: CommunicationIdentifierModel
participantAdded: AcsChatThreadParticipant
time: string
version: number
}