AuthorWrapper

class AuthorWrapper(author: EmbedAuthor)

Wraps the obfuscated EmbedAuthor 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(author: EmbedAuthor)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun raw(): EmbedAuthor

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String?