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
constructor(interaction: AutoCompleteInteraction, input: String)

Properties

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