A dpp::embed may contain zero or more fields. More...
#include "message.h"

Public Attributes | |
| bool | is_inline |
| True if the field is to be displayed inline. More... | |
| std::string | name |
| Name of field (max length 256). More... | |
| std::string | value |
| Value of field (max length 1024). More... | |
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 (max length 256).
| std::string dpp::embed_field::value |
Value of field (max length 1024).