D++ (DPP)
C++ Discord API Bot Library
|
An video, image or thumbnail in a dpp::embed. More...
#include <message.h>
Public Attributes | |
std::string | url |
std::string | proxy_url |
std::string | height |
std::string | width |
An video, image or thumbnail in a dpp::embed.
std::string dpp::embed_image::height |
Height (calculated by discord)
std::string dpp::embed_image::proxy_url |
Proxied image url
std::string dpp::embed_image::url |
URL to image or video
std::string dpp::embed_image::width |
Width (calculated by discord)