MessageEmbedWrapper

class MessageEmbedWrapper(embed: MessageEmbed)

Wraps the obfuscated MessageEmbed class to provide nice method names and require only one central update if method names change after an update

Constructors

Link copied to clipboard
constructor(embed: MessageEmbed)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun raw(): MessageEmbed

Returns the raw (obfuscated) MessageEmbed Object associated with this wrapper

Properties

Link copied to clipboard
Link copied to clipboard
val color: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rawAuthor: EmbedAuthor?

Returns the raw (obfuscated) EmbedAuthor Object associated with this wrapper

Link copied to clipboard
val rawFields: List<EmbedField>?

Returns the raw (obfuscated) EmbedFields associated with this wrapper

Link copied to clipboard
val rawFooter: EmbedFooter?

Returns the raw (obfuscated) EmbedFooter Object associated with this wrapper

Link copied to clipboard
val rawImage: EmbedImage?

Returns the raw (obfuscated) EmbedImage Object associated with this wrapper

Link copied to clipboard
val rawProvider: EmbedProvider?

Returns the raw (obfuscated) EmbedProvider Object associated with this wrapper

Link copied to clipboard
val rawThumbnail: EmbedThumbnail?

Returns the raw (obfuscated) EmbedThumbnail Object associated with this wrapper

Link copied to clipboard
val rawVideo: EmbedVideo?

Returns the raw (obfuscated) EmbedVideo Object associated with this wrapper

Link copied to clipboard
Link copied to clipboard
val timestamp: UtcDateTime?
Link copied to clipboard
Link copied to clipboard
val type: EmbedType
Link copied to clipboard
val url: String?
Link copied to clipboard