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