diff --git a/include/dpp/message.h b/include/dpp/message.h index 4b44d4c5cd..2825cbfe68 100644 --- a/include/dpp/message.h +++ b/include/dpp/message.h @@ -140,7 +140,7 @@ struct DPP_EXPORT select_option : public json_interface { /** * @brief The emoji for the select option. */ - inner_emoji emoji; + component_emoji emoji; /** * @brief Construct a new select option object @@ -320,7 +320,7 @@ class DPP_EXPORT component : public json_interface { /** * @brief The emoji for this component. */ - inner_emoji emoji; + component_emoji emoji; /** Constructor */