Documentation - v1.2.0-alpha.3
    Preparing search index...

    ConnectorClient is a client for interacting with the Microsoft Connector API.

    Index

    Constructors

    Properties

    _axiosInstance: AxiosInstance

    Accessors

    Methods

    • Deletes an activity from a conversation.

      Parameters

      • conversationId: string

        The ID of the conversation.

      • activityId: string

        The ID of the activity.

      Returns Promise<void>

      A promise that resolves when the activity is deleted.

    • Retrieves an attachment by attachment ID and view ID.

      Parameters

      • attachmentId: string

        The ID of the attachment.

      • viewId: string

        The ID of the view.

      Returns Promise<ReadableStream>

      The attachment as a readable stream.