diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.interaction
/
ModalSubmit
/
ComponentResponse
Component
Response
@
Serializable
data
class
ComponentResponse
(
val
type
:
Int
,
val
customId
:
String
,
val
value
:
String
)
(
source
)
Members
Constructors
Component
Response
Link copied to clipboard
constructor
(
type
:
Int
,
customId
:
String
,
value
:
String
)
Properties
custom
Id
Link copied to clipboard
@
SerialName
(
value
=
"custom_id"
)
val
customId
:
String
type
Link copied to clipboard
val
type
:
Int
value
Link copied to clipboard
val
value
:
String