EmbedAuthor

class EmbedAuthor

Embed author field builder

Functions

iconUrl
Link copied to clipboard
fun iconUrl(iconUrl: String)

Sets the icon URL for this author.

name
Link copied to clipboard
fun name(name: String)

Sets the name for this author.

url
Link copied to clipboard
fun url(url: String)

Sets the URL for this author.

Properties

iconUrl
Link copied to clipboard
var iconUrl: String? = null

The icon URL for this author.

name
Link copied to clipboard
lateinit var name: String

The name of the author.

url
Link copied to clipboard
var url: String? = null

The URL for this author.

Sources

jvm source
Link copied to clipboard