[−][src]Function egg_mode::tweet::retweet
pub fn retweet(
id: i64,
con_token: &Token,
access_token: &Token
) -> WebResponse<Tweet>
Retweet the given status as the authenticated user.
On success, returns the retweet, with the original status contained in retweeted_status
.