Function egg_mode::user::friends_no_retweets [] [src]

pub fn friends_no_retweets<'a>(
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, Vec<u64>>

Lookup the user IDs that the authenticating user has disabled retweets from.

Use update_follow to enable/disable viewing retweets from a specific user.