ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Support POST statuses/update #197

Closed denismakogon closed 7 years ago

denismakogon commented 7 years ago

This action really means replying to someone's tweet.

API doc: https://dev.twitter.com/rest/reference/post/statuses/update HOWTO reply to a tweet: https://twittercommunity.com/t/reply-to-specific-tweet/5779

denismakogon commented 7 years ago

Sorry, didn't digged enough into code to see that PostTweet can do that.