isFollowingUser

suspend fun isFollowingUser(user: String): Boolean(source)

Check to see if the current user is following another Spotify user.

Requires the SpotifyScope.UserFollowRead scope

Api Reference

Return

Whether the current user is following user

Parameters

user

The user id or uri to check.

Throws