D++ (DPP)
C++ Discord API Bot Library
|
Values in the command interaction. These are the values specified by the user when actually issuing the command on a channel or in DM. More...
#include <slashcommand.h>
Public Attributes | |
std::string | name |
the name of the parameter More... | |
command_option_type | type |
value of ApplicationCommandOptionType More... | |
command_value | value |
Optional: the value of the pair. More... | |
std::vector< command_data_option > | options |
Optional: present if this option is a group or subcommand. More... | |
dpp::snowflake | target_id |
Non-zero target ID for context menu actions. More... | |
Values in the command interaction. These are the values specified by the user when actually issuing the command on a channel or in DM.
std::string dpp::command_data_option::name |
the name of the parameter
std::vector<command_data_option> dpp::command_data_option::options |
Optional: present if this option is a group or subcommand.
dpp::snowflake dpp::command_data_option::target_id |
Non-zero target ID for context menu actions.
command_option_type dpp::command_data_option::type |
value of ApplicationCommandOptionType
command_value dpp::command_data_option::value |
Optional: the value of the pair.