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