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

Values in the command interaction. These are the values specified by the user when actually issuing the command on a channel or in DM. More...

+ Collaboration diagram for dpp::command_data_option:

Public Attributes

std::string name
 the name of the parameter More...
 
command_option_type type
 value of ApplicationCommandOptionType More...
 
command_value value
 Optional: the value of the pair. More...
 
std::vector< command_data_optionoptions
 Optional: present if this option is a group or subcommand. More...
 
dpp::snowflake target_id
 Non-zero target ID for context menu actions. More...
 

Detailed Description

Values in the command interaction. These are the values specified by the user when actually issuing the command on a channel or in DM.

Member Data Documentation

◆ name

std::string dpp::command_data_option::name

the name of the parameter

◆ options

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

Optional: present if this option is a group or subcommand.

◆ target_id

dpp::snowflake dpp::command_data_option::target_id

Non-zero target ID for context menu actions.

◆ type

command_option_type dpp::command_data_option::type

value of ApplicationCommandOptionType

◆ value

command_value dpp::command_data_option::value

Optional: the value of the pair.

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