![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
#include <FoundationEntities.hpp>
Inherits DiscordCoreAPI::GetUserImageUrl< ValueType >, DiscordCoreAPI::GetCreatedAtTimeStamp< ValueType >, and DiscordCoreAPI::FlagEntity< ValueType >.
Public Data Members | |
uint64_t | accentColor {} |
The user's banner color encoded as an integer representation of hexadecimal color code. | |
jsonifier::string | avatar {} |
The user's avatar hash. | |
jsonifier::string | avatarDecoration {} |
The user's avatar decoration hash. | |
jsonifier::string | banner {} |
The user's banner hash. | |
jsonifier::string | discriminator {} |
The user's 4-digit discord-tag identify. | |
UserFlags | flags {} |
The public flags on a user's account. | |
jsonifier::string | globalName {} |
The user's global name. | |
Snowflake | id {} |
This user's Id. | |
PremiumType | premiumType {} |
The type of Nitro subscription on a user's account. | |
jsonifier::string | userName {} |
The user's username. | |