kiscord
0.6.0
kiscord-core
/
kiscord.api
/
choice
choice
fun
ApplicationCommandOption.Builder
.
choice
(
name
:
String
,
value
:
String
)
(
source
)
fun
ApplicationCommandOption.Builder
.
choice
(
name
:
String
,
value
:
Long
)
(
source
)
fun
ApplicationCommandOption.Builder
.
choice
(
name
:
String
,
value
:
Double
)
(
source
)
fun
Interaction.Response.Data.Autocomplete.Builder
.
choice
(
name
:
String
,
value
:
String
)
(
source
)
fun
Interaction.Response.Data.Autocomplete.Builder
.
choice
(
name
:
String
,
value
:
Long
)
(
source
)
fun
Interaction.Response.Data.Autocomplete.Builder
.
choice
(
name
:
String
,
value
:
Double
)
(
source
)