Function egg_mode::user::unfollow [] [src]

pub fn unfollow<'a, T: Into<UserID<'a>>>(
    acct: T,
    token: &Token
) -> WebResponse<TwitterUser>

Unfollow the given account with the authenticated user.

Upon success, this function returns Ok with the user that was just unfollowed.

Calling this with an account the user doesn't follow will return success, even though it doesn't change any settings.