AutocompleteData

data class AutocompleteData(val interaction: AutoCompleteInteraction, val input: String)

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)

Properties

Link copied to clipboard
val input: String
Link copied to clipboard
val interaction: AutoCompleteInteraction