Open
Description
I was using version 1.1 to get all the tweets in a list. See the code below. Does this library have the same feature available for v2? It looks like this wasn't a feature of v2 until just recently. See the end point here (https://developer.twitter.com/en/docs/twitter-api/lists/list-tweets/migrate).
userTimeline = await userClient.Lists.GetTweetsFromListAsync(new GetTweetsFromListParameters(1360674149816037376) { SinceId = lastTweetId });
Metadata
Metadata
Assignees
Labels
No labels