D++ (DPP)
C++ Discord API Bot Library
|
Details of a command within an interaction. This subobject represents the application command associated with the interaction. More...
#include <slashcommand.h>
Public Attributes | |
snowflake | id |
the ID of the invoked command More... | |
std::string | name |
the name of the invoked command More... | |
std::vector< command_data_option > | options |
Optional: the params + values from the user. More... | |
Details of a command within an interaction. This subobject represents the application command associated with the interaction.
snowflake dpp::command_interaction::id |
the ID of the invoked command
std::string dpp::command_interaction::name |
the name of the invoked command
std::vector<command_data_option> dpp::command_interaction::options |
Optional: the params + values from the user.