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