[][src]Function egg_mode::tweet::unretweet

pub fn unretweet(id: u64, token: &Token) -> FutureResponse<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, the future returned by this function yields the original tweet.