Partager via


AcsChatParticipantAddedToThreadWithUserEventData type

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

type AcsChatParticipantAddedToThreadWithUserEventData =
  AcsChatThreadEventBase & {
    addedByCommunicationIdentifier: CommunicationIdentifierModel
    participantAdded: AcsChatThreadParticipant
    time: string
  }