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

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

Check if some users follow a playlist.

id is the id of the playlist and user_ids is the users who you want to check, maximum 5. Users can publicly or privately follow playlists; checking whether a user privately follows a playlist requires playlist-read-private.

Reference.