Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: Get Reply to Specific Tweet

$
0
0
Have you tried the following?
var tweet = Tweet.GetTweet(tweetId);
if (tweet.InReplyToStatusId != null)
{
    var sourceTweet = Tweet.GetTweet((long) tweet.InReplyToStatusId);
}
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>