Footer
data class Footer(val text: String, val iconUrl: Optional<String> = Optional.Missing(), val proxyIconUrl: Optional<String> = Optional.Missing())(source)
A representation of a Discord Embed Footer structure.
Parameters
text
The footer text.
iconUrl
The url of the footer icon (only supports http(s) and attachments).
proxyIconUrl
A proxied url of a footer icon.