Class AutocompleteResult
Represents a result to an autocomplete interaction.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class AutocompleteResult
Properties​
Name​
Gets or sets the name of the result.
View Source​
Declaration
public string Name { get; set; }
Value​
Gets or sets the value of the result.
View Source​
Declaration
public object Value { get; set; }