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