check If Current User Follows Playlist
suspend fun checkIfCurrentUserFollowsPlaylist(playlistId: String, ids: List<String>): SpotifyApiResponse<List<Boolean>>
Deprecated
Spotify marks GET /v1/playlists/{playlist_id}/followers/contains as deprecated.
Checks whether specific users follow a Spotify playlist.
Return
Wrapped Spotify API response. data contains per-item boolean flags from Spotify.
Parameters
playlist Id
Spotify playlist ID.
ids
Spotify IDs of target resources (comma-separated at request time).