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.
icon Url
The url of the footer icon (only supports http(s) and attachments).
proxy Icon Url
A proxied url of a footer icon.