We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add a song to a playlist.
The ID of the playlist to add to.
The ID of the song to add.
Callback function to be called with data from server.
true if request queued; otherwise false
true
false
// Add song with ID abcdef to playlist with ID 123456789 bot.addSongToPlaylist(123456789, abcdef);
Menu