Function egg_mode::tweet::unlike [] [src]

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

Clears a like of the given status as the authenticated user.

On success, the future returned by this function yields the given tweet.