Interface for manual pagination #522
Unanswered
codebutcher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey
I'm trying to retrieve retweets and likes paginated results in a differed manner ( meaning not using the .nextPage() interface) so I would like to pass on the next token the request , but it's not in the method params interface / signature
public async tweetLikedBy( tweetId: string, options?: Partial<TweetRetweetedOrLikedByV2ParamsWithPaginator> )
TweetRetweetedOrLikedByV2ParamsWithPaginator doesn't include a token. What's the best way to manually pass a token on to these calls?
Beta Was this translation helpful? Give feedback.
All reactions