次の方法で共有


AcsChatParticipantRemovedFromThreadWithUserEventData type

Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser イベントの EventGridEvent の Data プロパティのスキーマ。

type AcsChatParticipantRemovedFromThreadWithUserEventData =
  AcsChatThreadEventBase & {
    participantRemoved: AcsChatThreadParticipant
    removedByCommunicationIdentifier: CommunicationIdentifierModel
    time: string
  }