EmbedImageBuilder

class EmbedImageBuilder(var url: URL, var proxyUrl: URL? = null, var width: Int? = null, var height: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(url: URL, proxyUrl: URL? = null, width: Int? = null, height: Int? = null)

Properties

Link copied to clipboard
var height: Int?
Link copied to clipboard
Link copied to clipboard
var url: URL
Link copied to clipboard
var width: Int?