toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-common
/
dev.kord.common.entity
/
DiscordActivityAssets
Discord
Activity
Assets
@
Serializable
data
class
DiscordActivityAssets
(
val
largeImage
:
Optional
<
String
>
=
Optional.Missing()
,
val
largeText
:
Optional
<
String
>
=
Optional.Missing()
,
val
smallImage
:
Optional
<
String
>
=
Optional.Missing()
,
val
smallText
:
Optional
<
String
>
=
Optional.Missing()
)
(
source
)
Members
Constructors
Discord
Activity
Assets
Link copied to clipboard
constructor
(
largeImage
:
Optional
<
String
>
=
Optional.Missing()
,
largeText
:
Optional
<
String
>
=
Optional.Missing()
,
smallImage
:
Optional
<
String
>
=
Optional.Missing()
,
smallText
:
Optional
<
String
>
=
Optional.Missing()
)
Properties
large
Image
Link copied to clipboard
@
SerialName
(
value
=
"large_image"
)
val
largeImage
:
Optional
<
String
>
large
Text
Link copied to clipboard
@
SerialName
(
value
=
"large_text"
)
val
largeText
:
Optional
<
String
>
small
Image
Link copied to clipboard
@
SerialName
(
value
=
"small_image"
)
val
smallImage
:
Optional
<
String
>
small
Text
Link copied to clipboard
@
SerialName
(
value
=
"small_text"
)
val
smallText
:
Optional
<
String
>