Table of Contents

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

bool

Name

Gets the name of the option.

public string Name { get; }

Property Value

string

Type

Gets the type of this option.

public ApplicationCommandOptionType Type { get; }

Property Value

ApplicationCommandOptionType

Value

Gets the value of the option.

public object Value { get; }

Property Value

object