Udostępnij za pośrednictwem


AcsChatParticipantAddedToThreadWithUserEventData type

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

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