[][src]Function egg_mode::tweet::like

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

Like the given status as the authenticated user.

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