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