How to get last messages from a text channel ?

Hello, I would like to get messages from the newest to the oldest in a text channel.

My way to get the oldest:
const oldestMessages = await <GuildText>.messages.fetch({ limit: 100 });


But how to get the newest ?

Thanks guys
Was this page helpful?