![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Data structure representing a single emoji. More...
#include <FoundationEntities.hpp>
Public Data Members | |
bool | animated {} |
Is it animated? | |
bool | available { true } |
Is it available to be used? | |
bool | managed {} |
Is it managed? | |
StringWrapper | name {} |
What is its name? | |
bool | requireColons {} |
Require colons to render it? | |
std::vector< RoleData > | roles {} |
Roles that are allowed to use this emoji. | |
std::wstring | unicodeName { L"" } |
What is its unicode name? | |
UserData | user {} |
User that created this emoji. | |
![]() | |
Snowflake | id {} |
Additional Inherited Members | |
![]() | |
std::string | getCreatedAtTimestamp (TimeFormat timeFormat) |
Converts the snowflake-id into a time and date stamp. | |