WelcomeChannelImpl

class WelcomeChannelImpl(val yde: YDE, val json: JsonNode) : WelcomeChannel(source)

Constructors

Link copied to clipboard
constructor(yde: YDE, json: JsonNode)

Functions

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

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

Properties

Link copied to clipboard
open override val channelId: GetterSnowFlake

The channel's id.

Link copied to clipboard
open override var description: String

The description shown for the channel.

Link copied to clipboard
open override val emojiId: GetterSnowFlake?

The emoji id, if the emoji is custom.

Link copied to clipboard
open override var emojiName: String?

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

Link copied to clipboard
open override val json: JsonNode

The json representation of this entity.

Link copied to clipboard
open override val yde: YDE

The main YDE instance.