DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::playlist Struct Reference

Playlist of songs and other variables. More...

#include <FoundationEntities.hpp>

Public Data Members

song currentSong {}
 The current song that is playing.
 
bool isLoopAllEnabled {}
 Is looping of the entire playlist currently enabled?
 
bool isLoopSongEnabled {}
 Is looping of songs currently enabled?
 
jsonifier::vector< song > songQueue {}
 The list of songs that are stored to be played.
 

The documentation for this struct was generated from the following file: