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

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

Like the given status as the authenticated user.

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