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