Skip To Next
Me.Player.SkipNext(PlayerSkipNextParams?parameters, CancellationTokencancellationToken = default)
POST/me/player/next
Skips to next track in the user’s queue. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.
Parameters
Skip To Next
PlayerSkipNextParams parameters = new();
await client.Me.Player.SkipNext(parameters);