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...
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.
◆ emt_article
constexpr std::string_view dpp::embed_type::emt_article = "article" |
|
constexpr |
◆ emt_automod
constexpr std::string_view dpp::embed_type::emt_automod = "auto_moderation_message" |
|
constexpr |
◆ emt_gifv
constexpr std::string_view dpp::embed_type::emt_gifv = "gifv" |
|
constexpr |
◆ emt_image
constexpr std::string_view dpp::embed_type::emt_image = "image" |
|
constexpr |
◆ emt_link
constexpr std::string_view dpp::embed_type::emt_link = "link" |
|
constexpr |
◆ emt_rich
constexpr std::string_view dpp::embed_type::emt_rich = "rich" |
|
constexpr |
◆ emt_video
constexpr std::string_view dpp::embed_type::emt_video = "video" |
|
constexpr |