Function egg_mode::tweet::retweet [] [src]

pub fn retweet<'a>(
    id: u64,
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, Tweet>

Retweet the given status as the authenticated user.

On success, the future returned by this function yields the retweet, with the original status contained in retweeted_status.