I only managed to get user tweets with the "GetUserTimelineAsync" method, and to get tweets in a specific time period with the "SearchTweetsAsync" and "Since" and "Until" parameters, but not both of them together.
Is it possible to do that with this library?
Hello,
I haven't manage to find how to get the tweets of a specific user in a specific time period, as Twitter API allows it here (with start_time and end_time parameters): https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-tweets
I only managed to get user tweets with the "GetUserTimelineAsync" method, and to get tweets in a specific time period with the "SearchTweetsAsync" and "Since" and "Until" parameters, but not both of them together. Is it possible to do that with this library?
Thank you!