ImageWrapper

class ImageWrapper(image: EmbedImage)

Wraps the obfuscated EmbedImage 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(image: EmbedImage)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun raw(): EmbedImage

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

Properties

Link copied to clipboard
val height: Int?
Link copied to clipboard
Link copied to clipboard
val url: String
Link copied to clipboard
val width: Int?