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

pub fn unretweet<'a>(
    id: u64,
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, 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.