Is it possible to fetch all messages that came after a certain message ID ?

I have found the fetch method but not if it is possible to get all messages that came after this message id https://old.discordjs.dev/#/docs/main/stable/class/TextChannel?scrollTo=fetch Any help is appreciated !
Discord.js
Discord.js is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.
2 Replies
d.js toolkit
d.js toolkit12mo ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
UserBoy
UserBoy12mo ago
using discord.js@13.16.0 and node v16.17.1 Update: the answer to this problem is .fetch({ after: messageresolvable }) this issue is resolved