D++ (DPP)
C++ Discord API Bot Library
Loading...
Searching...
No Matches
dpp::embed_field Struct Reference

A dpp::embed may contain zero or more fields. More...

#include <message.h>

+ Collaboration diagram for dpp::embed_field:

Public Attributes

bool is_inline
 True if the field is to be displayed inline.
 
std::string name
 Name of field (max length 256).
 
std::string value
 Value of field (max length 1024).
 

Detailed Description

A dpp::embed may contain zero or more fields.

Member Data Documentation

◆ is_inline

bool dpp::embed_field::is_inline

True if the field is to be displayed inline.

◆ name

std::string dpp::embed_field::name

Name of field (max length 256).

◆ value

std::string dpp::embed_field::value

Value of field (max length 1024).

D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0