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