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

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

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

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