diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.interaction.callback
/
CreateModalResult
Create
Modal
Result
@
Serializable
@
SerialName
(
value
=
"9"
)
data
class
CreateModalResult
(
val
data
:
CreateModalResult.Data
)
:
InteractionResponse
(
source
)
Members
Constructors
Create
Modal
Result
Link copied to clipboard
constructor
(
data
:
CreateModalResult.Data
)
Types
Data
Link copied to clipboard
@
Serializable
data
class
Data
(
val
customId
:
String
,
val
modalTitle
:
String
,
val
components
:
List
<
MessageComponent
>
)
Properties
data
Link copied to clipboard
val
data
:
CreateModalResult.Data
type
Link copied to clipboard
val
type
:
Int
=
9