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
/
Activity
/
Assets
Assets
data
class
Assets
(
val
largeImage
:
String
?
,
val
largeText
:
String
?
,
val
smallImage
:
String
?
,
val
smallText
:
String
?
)
(
source
)
Members
Constructors
Assets
Link copied to clipboard
constructor
(
largeImage
:
String
?
,
largeText
:
String
?
,
smallImage
:
String
?
,
smallText
:
String
?
)
Properties
large
Image
Link copied to clipboard
val
largeImage
:
String
?
large
Text
Link copied to clipboard
val
largeText
:
String
?
small
Image
Link copied to clipboard
val
smallImage
:
String
?
small
Text
Link copied to clipboard
val
smallText
:
String
?