check If User Follows Artists Or Users
suspend fun checkIfUserFollowsArtistsOrUsers(type: FollowType, ids: List<String>): SpotifyApiResponse<List<Boolean>>
Deprecated
Spotify marks GET /v1/me/following/contains as deprecated.
Checks whether the current user follows the specified artists or users.
Return
Wrapped Spotify API response. data contains per-item boolean flags from Spotify.
Parameters
type
Spotify API type parameter required by the endpoint.
ids
Spotify IDs of target resources (comma-separated at request time).