D++ (DPP)
C++ Discord API Bot Library
|
This is the complete list of members for dpp::select_option, including all inherited members.
build_json(bool with_id=false) const | dpp::json_interface< select_option > | inlinevirtual |
description | dpp::select_option | |
emoji | dpp::select_option | |
fill_from_json(nlohmann::json *j) | dpp::select_option | |
is_default | dpp::select_option | |
label | dpp::select_option | |
select_option() | dpp::select_option | |
select_option(const std::string &label, const std::string &value, const std::string &description="") | dpp::select_option | |
set_animated(bool anim) | dpp::select_option | |
set_default(bool def) | dpp::select_option | |
set_description(const std::string &d) | dpp::select_option | |
set_emoji(const std::string &n, dpp::snowflake id=0, bool animated=false) | dpp::select_option | |
set_label(const std::string &l) | dpp::select_option | |
set_value(const std::string &v) | dpp::select_option | |
value | dpp::select_option | |
~json_interface()=default | dpp::json_interface< select_option > | protected |
~select_option()=default | dpp::select_option | virtual |