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

pub async fn friends_no_retweets<'_>(
    token: &'_ Token
) -> Result<Response<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.