Class AutocompleteOption
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents an autocomplete option.
public class AutocompleteOption
- Inheritance
-
AutocompleteOption
- Inherited Members
Properties
Focused
Gets whether or not this option is focused by the executing user.
public bool Focused { get; }
Property Value
Name
Gets the name of the option.
public string Name { get; }
Property Value
Type
Gets the type of this option.
public ApplicationCommandOptionType Type { get; }
Property Value
Value
Gets the value of the option.
public object Value { get; }