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