D++ (DPP)
C++ Discord API Bot Library
|
Represents the settings for the bot/application's in-app authorization link. More...
#include <application.h>
Public Attributes | |
permission | permissions |
A bitmask of dpp::permissions to request for the bot role. More... | |
std::vector< std::string > | scopes |
The scopes as strings to add the application to the server with. More... | |
Represents the settings for the bot/application's in-app authorization link.
permission dpp::application_install_params::permissions |
A bitmask of dpp::permissions to request for the bot role.
std::vector<std::string> dpp::application_install_params::scopes |
The scopes as strings to add the application to the server with.