diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.interaction
/
MessageComponent
/
Data
Data
@
Serializable
data
class
Data
(
val
customId
:
String
,
val
type
:
String
,
val
values
:
List
<
SelectOption
>
)
(
source
)
Members
Constructors
Data
Link copied to clipboard
constructor
(
customId
:
String
,
type
:
String
,
values
:
List
<
SelectOption
>
)
Properties
custom
Id
Link copied to clipboard
@
SerialName
(
value
=
"custom_id"
)
val
customId
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"component_type"
)
val
type
:
String
values
Link copied to clipboard
@
SerialName
(
value
=
"values"
)
val
values
:
List
<
SelectOption
>