Udostępnij za pośrednictwem


AcsChatParticipantAddedToThreadEventData type

Schemat właściwości Data zdarzenia EventGridEvent dla zdarzenia Microsoft.Communication.ChatThreadParticipantAdded.

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