FieldWrapper

class FieldWrapper(field: EmbedField)

Wraps the obfuscated EmbedField class to provide nice method names and require only one central update if method names change after an update

Constructors

Link copied to clipboard
constructor(field: EmbedField)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun raw(): EmbedField

Returns the raw (obfuscated) EmbedField Object associated with this wrapper

Properties

Link copied to clipboard
@get:JvmName(name = "isInline")
val inline: Boolean
Link copied to clipboard
Link copied to clipboard