Hello
I am trying to get all the DMs for the logged user.
The first time it showed events but now it’s returning like this
_maxResultsWhenFetchLast: 100,
_realData: { events: , next_cursor: ‘MTUzMzg4OTM3MzA4NjkxNjYxOA’ },
_rateLimit: { limit: 15, remaining: 12, reset: 1654550478 },
How can I use the pagination and go to the next page/cursor?