Support for Quote Tweeting
Closed this issue · 2 comments
crawfordleeds commented
I can't seem to find a way to create a quote tweet. There is retweet of course, but no option to add additional text: https://docs.rs/egg-mode/0.16.0/egg_mode/tweet/fn.retweet.html.
Am I missing something? If not, are there any plans to support quote tweeting or is that something you'd accept as a contribution?
tesaguri commented
Quote Tweets are not Retweets and are done with POST statuses/update
's attachment_url
parameter. egg-mode
exposes the interface as egg_mode::tweet::DraftTweet.attachment_url
.
crawfordleeds commented
Oh thank you!