Embed

Inheritors

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 author: Author?

The author of this embed.

Link copied to clipboard
abstract val color: Color?

The color of this embed.

Link copied to clipboard
abstract val description: String?

The description of this embed.

Link copied to clipboard
abstract val fields: List<Field>

The fields of this embed.

Link copied to clipboard
abstract val footer: Footer?

The footer of this embed.

Link copied to clipboard
abstract val image: Image?

The image of this embed.

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard
abstract val provider: Provider?

The provider of this embed.

Link copied to clipboard
abstract val thumbnail: Thumbnail?

The thumbnail of this embed.

Link copied to clipboard
abstract val timestamp: String?

The timestamp of this embed.

Link copied to clipboard
abstract val title: String?

The title of this embed.

Link copied to clipboard
abstract val type: EmbedType?

The type of this embed.

Link copied to clipboard
abstract val url: URL?

The url of this embed.

Link copied to clipboard
abstract val video: Video?

The video of this embed.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.