D++ (DPP)  10.0.30
C++ Discord API Bot Library
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. More...
 
std::string name
 Name of field (max length 256). More...
 
std::string value
 Value of field (max length 1024). More...
 

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).


The documentation for this struct was generated from the following file: