is Following Users Rest Action
fun isFollowingUsersRestAction(vararg users: String): SpotifyRestAction<List<Boolean>>
Content copied to clipboard
Check to see if the current user is following one or more other Spotify users.
Requires the SpotifyScope.USER_FOLLOW_READ scope
Return
A list of booleans corresponding to users of whether the current user is following that user
Parameters
users
List of the user Spotify IDs to check. Max 50
Throws
if users contains a non-existing id
Sources
(source)
Link copied to clipboard