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

pub fn like(
    id: i64,
    con_token: &Token,
    access_token: &Token
) -> WebResponse<Tweet>

Like the given status as the authenticated user.

On success, returns the liked tweet.