[][src]Function aspotify::endpoints::follow::user_follows_artists

pub async fn user_follows_artists<'_, '_, '_>(
    token: &'_ AccessToken,
    ids: &'_ [&'_ str]
) -> Result<Vec<bool>, EndpointError<Error>>

Check if the current user follows some artists.

Returns vector of bools that is in the same order as the given ids. Maximum 50 ids. Requires user-follow-read.

Reference.