D++ (DPP)
C++ Discord API Bot Library
|
This is the complete list of members for dpp::command_option, including all inherited members.
add_channel_type(const channel_type ch) | dpp::command_option | |
add_choice(const command_option_choice &o) | dpp::command_option | |
add_option(const command_option &o) | dpp::command_option | |
autocomplete | dpp::command_option | |
channel_types | dpp::command_option | |
choices | dpp::command_option | |
command_option()=default | dpp::command_option | |
command_option(command_option_type t, const std::string &name, const std::string &description, bool required=false) | dpp::command_option | |
description | dpp::command_option | |
focused | dpp::command_option | |
max_value | dpp::command_option | |
min_value | dpp::command_option | |
name | dpp::command_option | |
options | dpp::command_option | |
required | dpp::command_option | |
set_auto_complete(bool autocomp) | dpp::command_option | |
set_max_value(command_option_range max_v) | dpp::command_option | |
set_min_value(command_option_range min_v) | dpp::command_option | |
type | dpp::command_option | |
value | dpp::command_option |