diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.channel
/
EmbedImage
Embed
Image
@
Serializable
data
class
EmbedImage
(
val
url
:
String
,
var
proxyUrl
:
String
?
=
null
,
var
imageHeight
:
Int
=
0
,
var
imageWidth
:
Int
=
0
)
(
source
)
Members
Constructors
Embed
Image
Link copied to clipboard
constructor
(
url
:
String
,
proxyUrl
:
String
?
=
null
,
imageHeight
:
Int
=
0
,
imageWidth
:
Int
=
0
)
Properties
image
Height
Link copied to clipboard
@
SerialName
(
value
=
"height"
)
var
imageHeight
:
Int
image
Width
Link copied to clipboard
@
SerialName
(
value
=
"width"
)
var
imageWidth
:
Int
proxy
Url
Link copied to clipboard
@
SerialName
(
value
=
"proxy_url"
)
var
proxyUrl
:
String
?
url
Link copied to clipboard
@
SerialName
(
value
=
"url"
)
val
url
:
String