diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.interaction.callback
/
ApplicationCommandAutocompleteResult
/
Data
Data
@
Serializable
data
class
Data
(
val
suggestions
:
List
<
CommandOption.CommandOptionChoice
>
)
(
source
)
Members
Constructors
Data
Link copied to clipboard
constructor
(
suggestions
:
List
<
CommandOption.CommandOptionChoice
>
)
Properties
suggestions
Link copied to clipboard
@
SerialName
(
value
=
"choices"
)
val
suggestions
:
List
<
CommandOption.CommandOptionChoice
>