Struct representing a Discord embed image.
Height of the image
URL of image icon
Image text
Width of the image
height() :: integer
proxy_url() :: String.t
t() :: %Nostrum.Struct.Embed.Image{height: height, proxy_url: proxy_url, url: url, width: width}
url() :: String.t
width() :: integer