Поделиться через


AcsChatParticipantAddedToThreadEventData type

Схема свойства Data объекта EventGridEvent для события Microsoft.Communication.ChatThreadParticipantAdded.

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