Dela via


AcsChatParticipantAddedToThreadEventData type

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

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