Partilhar via


AcsChatParticipantAddedToThreadWithUserEventData type

Esquema da propriedade Dados de um EventGridEvent para um evento Microsoft.Communication.ChatParticipantAddedToThreadWithUser.

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