D++ (DPP)
C++ Discord API Bot Library
|
A button click for a button component. More...
#include <appcommand.h>
Public Attributes | |
uint8_t | component_type |
Component type (dpp::component_type) More... | |
std::string | custom_id |
Custom ID set when created. More... | |
std::vector< std::string > | values |
Possible values for a drop down list. More... | |
A button click for a button component.
uint8_t dpp::component_interaction::component_type |
Component type (dpp::component_type)
std::string dpp::component_interaction::custom_id |
Custom ID set when created.
std::vector<std::string> dpp::component_interaction::values |
Possible values for a drop down list.