ApplicationCommandOption

Functions

Link copied to clipboard
abstract override fun toString(): String

Converts this entity to a string using the io.github.ydwk.ydwk.util.EntityToStringBuilder.

Properties

Link copied to clipboard
abstract val focused: Boolean?

Gets weather this option is the currently focused option for autocomplete.

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard
abstract var name: String

The name of the option.

Link copied to clipboard

The options of the option.

Link copied to clipboard
abstract val type: SlashOptionType

The type of the option.

Link copied to clipboard
abstract val value: JsonNode

The value as Any.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.