kiscord
0.6.0
kiscord-core
/
kiscord.api
/
InteractionDataOption
Interaction
Data
Option
@
Serializable
(
with
=
InteractionDataOption.Serializer::class
)
class
InteractionDataOption
(
source
)
Types
Functions
Properties
Types
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
InteractionDataOption
>
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
boolean
Link copied to clipboard
val
boolean
:
Boolean
focused
Link copied to clipboard
val
focused
:
Boolean
=
false
integer
Link copied to clipboard
val
integer
:
Int
name
Link copied to clipboard
val
name
:
String
number
Link copied to clipboard
val
number
:
Double
options
Link copied to clipboard
val
options
:
List
<
InteractionDataOption
>
snowflake
Link copied to clipboard
val
snowflake
:
Snowflake
string
Link copied to clipboard
val
string
:
String
type
Link copied to clipboard
val
type
:
ApplicationCommandOption.Type