Udostępnij za pośrednictwem


AcsChatParticipantRemovedFromThreadWithUserEventData type

Schemat właściwości Data zdarzenia EventGridEvent dla zdarzenia Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser.

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