I am using the Twitter V2 API, is it possible to avoid retrieving tweets that was already retrieved from the Twitter API. For example would it be possible to only retrieve tweets that weren't already pulled from Twitter using the V2 endpoints.
Example:
const tweets = await client.v2.userTimeline('12', { exclude: 'replies' });
Npm package: link