Partager via


AcsChatParticipantAddedToThreadEventData type

Schéma de la propriété Data d’un EventGridEvent pour un événement Microsoft.Communication.ChatThreadParticipantAdded.

type AcsChatParticipantAddedToThreadEventData = AcsChatEventInThreadBase & {
  addedByCommunicationIdentifier: CommunicationIdentifierModel
  participantAdded: AcsChatThreadParticipant
  time: string
  version: number
}