Struct representing a Discord embed footer.
URL of footer icon
Proxied URL of footer icon
Footer text
@type icon_url() :: String.t() | nil
@type proxy_icon_url() :: String.t() | nil
@type t() :: %Nostrum.Struct.Embed.Footer{ icon_url: icon_url(), proxy_icon_url: proxy_icon_url(), text: text() }
@type text() :: String.t()