D++ (DPP)
C++ Discord API Bot Library
dpp::embed_type Namespace Reference

Represents possible values for the dpp::embed type field. These are loosely defined by the API docs and do not influence how the client renders embeds. More...

Variables

constexpr std::string_view emt_rich = "rich"
 Rich text. More...
 
constexpr std::string_view emt_image = "image"
 Image. More...
 
constexpr std::string_view emt_video = "video"
 Video link. More...
 
constexpr std::string_view emt_gifv = "gifv"
 Animated gif. More...
 
constexpr std::string_view emt_article = "article"
 Article. More...
 
constexpr std::string_view emt_link = "link"
 Link URL. More...
 
constexpr std::string_view emt_automod = "auto_moderation_message"
 Auto moderation filter. More...
 

Detailed Description

Represents possible values for the dpp::embed type field. These are loosely defined by the API docs and do not influence how the client renders embeds.

Note
The only type a bot can send is dpp::embed_type::emt_rich.

Variable Documentation

◆ emt_article

constexpr std::string_view dpp::embed_type::emt_article = "article"
constexpr

Article.

◆ emt_automod

constexpr std::string_view dpp::embed_type::emt_automod = "auto_moderation_message"
constexpr

Auto moderation filter.

◆ emt_gifv

constexpr std::string_view dpp::embed_type::emt_gifv = "gifv"
constexpr

Animated gif.

◆ emt_image

constexpr std::string_view dpp::embed_type::emt_image = "image"
constexpr

Image.

◆ emt_link

constexpr std::string_view dpp::embed_type::emt_link = "link"
constexpr

Link URL.

◆ emt_rich

constexpr std::string_view dpp::embed_type::emt_rich = "rich"
constexpr

Rich text.

◆ emt_video

constexpr std::string_view dpp::embed_type::emt_video = "video"
constexpr

Video link.

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