Dela via


AcsChatParticipantAddedToThreadWithUserEventData type

Schema för dataegenskapen för en EventGridEvent för en Microsoft.Communication.ChatParticipantAddedToThreadWithUser-händelse.

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