An video, image or thumbnail in a dpp::embed. More...
#include "message.h"

Public Attributes | |
| std::string | height |
| Height (calculated by discord). More... | |
| std::string | proxy_url |
| Proxied image url. More... | |
| std::string | url |
| URL to image or video. More... | |
| std::string | width |
| Width (calculated by discord). More... | |
An video, image or thumbnail in a dpp::embed.
| std::string dpp::embed_image::height |
Height (calculated by discord).
Referenced by dpp::embed::embed().
| std::string dpp::embed_image::proxy_url |
Proxied image url.
Referenced by dpp::embed::embed().
| std::string dpp::embed_image::url |
URL to image or video.
Referenced by dpp::embed::embed().
| std::string dpp::embed_image::width |
Width (calculated by discord).
Referenced by dpp::embed::embed().