diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.interaction.callback
/
CreateModalResult
/
Data
Data
@
Serializable
data
class
Data
(
val
customId
:
String
,
val
modalTitle
:
String
,
val
components
:
List
<
MessageComponent
>
)
(
source
)
Members
Constructors
Data
Link copied to clipboard
constructor
(
customId
:
String
,
modalTitle
:
String
,
components
:
List
<
MessageComponent
>
)
Properties
components
Link copied to clipboard
@
SerialName
(
value
=
"components"
)
val
components
:
List
<
MessageComponent
>
custom
Id
Link copied to clipboard
@
SerialName
(
value
=
"custom_id"
)
val
customId
:
String
modal
Title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
modalTitle
:
String