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.

Constructors

Link copied to clipboard
constructor(text: String, iconUrl: Optional<String> = Optional.Missing(), proxyIconUrl: Optional<String> = Optional.Missing())

Properties

Link copied to clipboard
@SerialName(value = "icon_url")
val iconUrl: Optional<String>
Link copied to clipboard
@SerialName(value = "proxy_icon_url")
val proxyIconUrl: Optional<String>
Link copied to clipboard