EmbedFooter

class EmbedFooter

Functions

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

Sets the icon URL for this footer

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

Sets the text for this footer.

Properties

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

The URL for the icon shown in the embed footer.

text
Link copied to clipboard
lateinit var text: String

The text shown in the embed footer.

Sources

jvm source
Link copied to clipboard