naystack - v1.5.10
    Preparing search index...

    Function getInstagramConversationByUser

    • Fetches the single conversation between the authenticated user and the given user. Filters for conversations with exactly 2 participants.

      Parameters

      • token: string

        Instagram access token.

      • userID: string

        The other participant's Instagram user id.

      Returns Promise<InstagramConversation | undefined>

      Promise of a single InstagramConversation or undefined if not found.