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