Autocomplete Data
data class AutocompleteData(val interaction: AutoCompleteInteraction, val input: String)
Content copied to clipboard
The data provided to process autocomplete interactions.
Parameters
interaction
The Discord interaction.
input
The user input thus far.
Constructors
Link copied to clipboard
fun AutocompleteData(interaction: AutoCompleteInteraction, input: String)
Content copied to clipboard