xdevplatform/twitter-api-typescript-sdk

How can I distinguish normal tweets, replies and retweets in client.tweets.usersIdTweets result set?

flolege opened this issue · 1 comments

Given the returned tweet object fields from client.tweets.usersIdTweets, I can not see a possibility to distinguish between normal tweets, replies and retweets. Is it possible to do that somehow?

It seems I can identify a retweet if the field conversation_id is not the Id of the tweet, and a reply if the field in_reply_to_user_id is filled.