EntityMetadata

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 json: JsonNode

The json representation of this entity.

Link copied to clipboard
abstract val member: Member?

The guild member data for this user for the guild which this event belongs to, if any.

Link copied to clipboard

The scheduled event id which the user subscribed to.

Link copied to clipboard
abstract val user: User

The user which subscribed to an event.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.