WelcomeChannel

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

The channel's id.

Link copied to clipboard
abstract var description: String

The description shown for the channel.

Link copied to clipboard
abstract val emojiId: GetterSnowFlake?

The emoji id, if the emoji is custom.

Link copied to clipboard
abstract var emojiName: String?

The emoji name if custom, or the unicode character if standard.

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.