![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
A song from the various platforms. More...
#include <FoundationEntities.hpp>
Public Data Members | |
Snowflake | addedByUserId {} |
The User id of the individual who added this Song to the playlist. | |
std::string | addedByUserName {} |
The User name of the individual who added this Song to the playlist. | |
std::string | description {} |
A description of the Song. | |
std::string | duration {} |
The duration of the Song. | |
std::string | songTitle {} |
The title of the Song. | |
std::string | thumbnailUrl {} |
The Url of the thumbnail image of this Song. | |
SongType | type { SongType::SoundCloud } |
The type of song. | |
std::string | viewUrl {} |
The url for listening to this Song through a browser. | |