linvi / tweetinvi

Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
MIT License
1.01k stars 219 forks source link

ReplyCount is always null #1107

Closed matkoch closed 3 years ago

matkoch commented 3 years ago

Using the v1 API, and if I'm not mistaken, then ReplyCount is always null. Tried it with a couple of tweets that actually have replies.

baumhoto commented 3 years ago

for v1 you need to be in premium or enterprise tier to get that information.

image

https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary/object-model/tweet

with v2 you can get this information though.

linvi commented 3 years ago

I think @baumhoto answered the question :)