D++ (DPP)
C++ Discord API Bot Library
|
An application that has been integrated. More...
#include <integration.h>
Public Attributes | |
snowflake | id |
The id of the app. More... | |
std::string | name |
The name of the app. More... | |
utility::iconhash | icon |
The icon hash of the app. More... | |
std::string | description |
The description of the app. More... | |
class user * | bot |
The bot associated with this application. More... | |
An application that has been integrated.
class user* dpp::integration_app::bot |
The bot associated with this application.
std::string dpp::integration_app::description |
The description of the app.
utility::iconhash dpp::integration_app::icon |
The icon hash of the app.
snowflake dpp::integration_app::id |
The id of the app.
std::string dpp::integration_app::name |
The name of the app.