D++ (DPP)
A Lightweight C++ library for Discord
|
A dpp::embed may contain zero or more fields. More...
Public Attributes | |
std::string | name |
std::string | value |
bool | is_inline |
A dpp::embed may contain zero or more fields.
bool dpp::embed_field::is_inline |
True if the field is to be displayed inline
std::string dpp::embed_field::name |
Name of field
std::string dpp::embed_field::value |
Value of field (max length 1000)