Closed Alex-451 closed 3 years ago
Im using
var timeline = await userClient.Timelines.GetUserTimelineAsync(Config.Bot.TwitterUserId); var latestTweet = timeline.First();
Is there a way to filter out replies?
The Twitter API does not offer such filter unfortunately. You can check all the query parameters with the GetUserTimelineParameters.
GetUserTimelineParameters
Im using
Is there a way to filter out replies?