D++ (DPP)
A Lightweight C++ library for Discord
dpp::command_interaction Struct Reference

Details of a command within an interaction. This subobject represents the application command associated with the interaction. More...

+ Collaboration diagram for dpp::command_interaction:

Public Attributes

snowflake id
 the ID of the invoked command More...
 
std::string name
 the name of the invoked command More...
 
std::vector< command_data_optionoptions
 Optional: the params + values from the user. More...
 

Detailed Description

Details of a command within an interaction. This subobject represents the application command associated with the interaction.

Member Data Documentation

◆ id

snowflake dpp::command_interaction::id

the ID of the invoked command

◆ name

std::string dpp::command_interaction::name

the name of the invoked command

◆ options

std::vector<command_data_option> dpp::command_interaction::options

Optional: the params + values from the user.

D++ Library version 9.0.14D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0