toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-common
/
dev.kord.common.entity
/
DiscordModal
Discord
Modal
@
Serializable
data
class
DiscordModal
(
val
title
:
String
,
val
customId
:
String
,
val
components
:
List
<
DiscordComponent
>
)
(
source
)
Members
Constructors
Discord
Modal
Link copied to clipboard
constructor
(
title
:
String
,
customId
:
String
,
components
:
List
<
DiscordComponent
>
)
Properties
components
Link copied to clipboard
val
components
:
List
<
DiscordComponent
>
custom
Id
Link copied to clipboard
@
SerialName
(
value
=
"custom_id"
)
val
customId
:
String
title
Link copied to clipboard
val
title
:
String