D++ (DPP)  10.0.30
C++ Discord API Bot Library
dpp::embed_image Struct Reference

An video, image or thumbnail in a dpp::embed. More...

#include "message.h"

Collaboration diagram for dpp::embed_image:

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...
 

Detailed Description

An video, image or thumbnail in a dpp::embed.

Member Data Documentation

◆ height

std::string dpp::embed_image::height

Height (calculated by discord).

Referenced by dpp::embed::embed().

◆ proxy_url

std::string dpp::embed_image::proxy_url

Proxied image url.

Referenced by dpp::embed::embed().

◆ url

std::string dpp::embed_image::url

URL to image or video.

Referenced by dpp::embed::embed().

◆ width

std::string dpp::embed_image::width

Width (calculated by discord).

Referenced by dpp::embed::embed().


The documentation for this struct was generated from the following file: