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