DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
DiscordCoreAPI::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: