MessageReferenceImpl

class MessageReferenceImpl(val yde: YDE, val json: JsonNode) : MessageReference(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 id of the channel.

Link copied to clipboard
open override val guild: Guild?

The guild of the message.

Link copied to clipboard
open override val guildId: GetterSnowFlake

The id of the guild.

Link copied to clipboard
open override val json: JsonNode

The json representation of this entity.

Link copied to clipboard
open override val messageId: GetterSnowFlake

The id of the message.

Link copied to clipboard
open override val yde: YDE

The main YDE instance.