Class SocketAutocompleteInteractionData
Represents data for a slash commands autocomplete interaction.
public class SocketAutocompleteInteractionData : IAutocompleteInteractionData, IDiscordInteractionData
- Inheritance
-
SocketAutocompleteInteractionData
- Implements
- Inherited Members
Properties
CommandId
Gets the id of the invoked command.
public ulong CommandId { get; }
Property Value
CommandName
Gets the name of the invoked command.
public string CommandName { get; }
Property Value
Current
Gets the current autocomplete option that is actively being filled out.
public AutocompleteOption Current { get; }
Property Value
Options
Gets a collection of all the other options the executing users has filled out.
public IReadOnlyCollection<AutocompleteOption> Options { get; }
Property Value
Type
Gets the type of the invoked command.
public ApplicationCommandType Type { get; }
Property Value
Version
Gets the version of the invoked command.
public ulong Version { get; }