We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Put an [x] if you meet the condition, else leave [ ].
[x]
[ ]
Hello, I'm using the following code to retrieve the direct threads:
ig.feed.directInbox().items()
However, only the last 10 messages are returned. Is there any way to fetch more messages? Like:
ig.entity.directThread(THREAD_ID).fetchMessages({ after: 'LAST_CACHED_MESSAGE_ID', count: 100 });
The text was updated successfully, but these errors were encountered:
I read the code and found these files: https://github.com/dilame/instagram-private-api/blob/3e16058/src/feeds/direct-thread.feed.ts#L14
instagram-private-api/src/feeds/direct-inbox.feed.ts
Line 18 in 3e16058
Would it be possible to add parameters to modify limits? And is the cursor a message ID from which other messages are fetch?
Sorry, something went wrong.
No branches or pull requests
Form
Put an
[x]
if you meet the condition, else leave[ ]
.Question
Hello, I'm using the following code to retrieve the direct threads:
However, only the last 10 messages are returned. Is there any way to fetch more messages? Like:
The text was updated successfully, but these errors were encountered: