[−][src]Function egg_mode::user::friends_no_retweets
pub fn friends_no_retweets<'a>(
con_token: &'a Token,
access_token: &'a Token
) -> WebResponse<Vec<i64>>
Lookup the user IDs that the authenticating user has disabled retweets from.
Use update_follow
to enable/disable viewing retweets from a specific user.