diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.interaction
/
IntegerResponse
Integer
Response
@
Serializable
@
SerialName
(
value
=
"4"
)
data
class
IntegerResponse
(
val
name
:
String
,
val
value
:
Int
?
)
:
CommandInteractionOptionResponse
(
source
)
Members
Constructors
Integer
Response
Link copied to clipboard
constructor
(
name
:
String
,
value
:
Int
?
)
Properties
name
Link copied to clipboard
open
override
val
name
:
String
value
Link copied to clipboard
val
value
:
Int
?