kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-core
/
dev.kord.core.entity
/
Embed
/
Video
Video
data
class
Video
(
val
data
:
EmbedVideoData
,
val
kord
:
Kord
)
:
KordObject
(
source
)
Members
Constructors
Video
Link copied to clipboard
constructor
(
data
:
EmbedVideoData
,
kord
:
Kord
)
Properties
data
Link copied to clipboard
val
data
:
EmbedVideoData
height
Link copied to clipboard
val
height
:
Int
?
kord
Link copied to clipboard
open
override
val
kord
:
Kord
The kord instance that created this object.
url
Link copied to clipboard
val
url
:
String
?
width
Link copied to clipboard
val
width
:
Int
?