[−][src]Function egg_mode::tweet::unretweet
pub fn unretweet(
id: i64,
con_token: &Token,
access_token: &Token
) -> WebResponse<Tweet>
Unretweet the given status as the authenticated user.
The given ID may either be the original status, or the ID of the authenticated user's retweet of it.
On success, returns the original tweet.