Partilhar via


AcsChatParticipantRemovedFromThreadEventData type

Esquema da propriedade Dados de um EventGridEvent para um evento Microsoft.Communication.ChatThreadParticipantRemoved.

type AcsChatParticipantRemovedFromThreadEventData = AcsChatEventInThreadBase & {
  participantRemoved: AcsChatThreadParticipant
  removedByCommunicationIdentifier: CommunicationIdentifierModel
  time: string
  version: number
}