![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Application data. More...
#include <FoundationEntities.hpp>
Public Data Members | |
bool | botPublic {} |
Is the bot public? | |
bool | botRequireCodeGrant {} |
Does the bot require a code grant? | |
std::string | coverImage {} |
The cover image. | |
std::string | description {} |
Description of the application. | |
ApplicationFlags | flags {} |
Application flags. | |
Snowflake | guildId {} |
Guild id. | |
std::string | icon {} |
Application's icon. | |
std::string | name {} |
Application's name. | |
UserData | owner {} |
Application's owner. | |
InstallParamsData | params {} |
Settings for the application's default in-app authorization link, if enabled. | |
std::string | primarySkuId {} |
Primary SKU Id. | |
std::string | privacyPolicyUrl {} |
Privacy policy Url. | |
std::vector< std::string > | rpcOrigins {} |
Array of RPC origin strings. | |
std::string | slug {} |
Sluhg. | |
std::string | summary {} |
Summary of the application. | |
std::vector< std::string > | tags {} |
Up to 5 tags describing the content and functionality of the application install_params. | |
TeamObjectData | team {} |
Team object data. | |
std::string | termsOfServiceUrl {} |
Terms of service Url. | |
std::string | verifyKey {} |
The verification key. | |
![]() | |
Snowflake | id {} |
Additional Inherited Members | |
![]() | |
std::string | getCreatedAtTimestamp (TimeFormat timeFormat) |
Converts the snowflake-id into a time and date stamp. | |