D++ (DPP)
C++ Discord API Bot Library
|
Reference to an interaction. More...
#include <message.h>
Public Attributes | |
snowflake | id |
ID of the interaction. More... | |
uint8_t | type |
Type of interaction. More... | |
std::string | name |
Name of the application command. More... | |
user | usr |
The user who invoked the interaction. More... | |
Reference to an interaction.
snowflake dpp::message::message_interaction_struct::id |
ID of the interaction.
std::string dpp::message::message_interaction_struct::name |
Name of the application command.
uint8_t dpp::message::message_interaction_struct::type |
Type of interaction.
user dpp::message::message_interaction_struct::usr |
The user who invoked the interaction.