var tweetToReplyTo = Tweet.GetTweet(643936243823210496);
var tweet = Tweet.PublishTweet("We love you back!", new PublishTweetOptionalParameters
{
InReplyToTweet = tweetToReplyTo
});
i want reply to a tweet with id: 643936243823210496 but this code tweet to my time line. Can you give me a correct code↧
New Post: How to comment on another user's tweet
↧