isFollowingArtists

suspend fun isFollowingArtists(vararg artists: String): List<Boolean>(source)

Check to see if the current user is following one or more artists.

Requires the SpotifyScope.UserFollowRead scope

Api Reference

Return

A list of booleans corresponding to artists of whether the current user is following that artist

Parameters

artists

List of the artist ids or uris to check. Max 50

Throws

if artists contains a non-existing id