[−][src]Function egg_mode::tweet::unlike
pub fn unlike(
id: i64,
con_token: &Token,
access_token: &Token
) -> WebResponse<Tweet>
Clears a like of the given status as the authenticated user.
On success, returns the given tweet.
pub fn unlike(
id: i64,
con_token: &Token,
access_token: &Token
) -> WebResponse<Tweet>
Clears a like of the given status as the authenticated user.
On success, returns the given tweet.