diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.channel
/
EmbedVideo
Embed
Video
@
Serializable
data
class
EmbedVideo
(
val
url
:
String
,
var
videoHeight
:
Int
=
0
,
var
videoWidth
:
Int
=
0
)
(
source
)
Members
Constructors
Embed
Video
Link copied to clipboard
constructor
(
url
:
String
,
videoHeight
:
Int
=
0
,
videoWidth
:
Int
=
0
)
Properties
url
Link copied to clipboard
@
SerialName
(
value
=
"url"
)
val
url
:
String
video
Height
Link copied to clipboard
@
SerialName
(
value
=
"height"
)
var
videoHeight
:
Int
video
Width
Link copied to clipboard
@
SerialName
(
value
=
"width"
)
var
videoWidth
:
Int