![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
#include <UserEntities.hpp>
Public Data Members | |
int32_t | accentColor {} |
The user 's banner color encoded as an integer representation of hexadecimal color code. | |
IconHash | banner {} |
The user's banner hash. | |
std::string | email {} |
The user's email. | |
std::string | locale {} |
The user' s chosen language option. | |
PremiumType | premiumType {} |
The type of Nitro subscription on a user ' s account. | |
![]() | |
IconHash | avatar {} |
The user's avatar hash. | |
StringWrapper | discriminator {} |
The user's 4-digit discord-tag identify. | |
UserFlags | flags {} |
The public flags on a user' s account. | |
StringWrapper | userName {} |
The user's userName, not unique across the platform identify. | |
![]() | |
Snowflake | id {} |
Additional Inherited Members | |
![]() | |
std::string | getCreatedAtTimestamp (TimeFormat timeFormat) |
Converts the snowflake-id into a time and date stamp. | |