D++ (DPP)
C++ Discord API Bot Library
|
A dpp::embed may contain zero or more fields. More...
#include <message.h>
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)