Class ApplicationCommandInteractionDataOption
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class ApplicationCommandInteractionDataOption : IJsonModel<JsonApplicationCommandInteractionDataOption>
- Inheritance
-
ApplicationCommandInteractionDataOption
- Implements
-
- Inherited Members
-
Constructors
ApplicationCommandInteractionDataOption(JsonApplicationCommandInteractionDataOption)
public ApplicationCommandInteractionDataOption(JsonApplicationCommandInteractionDataOption jsonModel)
Parameters
jsonModel
JsonApplicationCommandInteractionDataOption
Properties
Focused
public bool Focused { get; }
Property Value
- bool
Name
public string Name { get; }
Property Value
- string
Options
public IReadOnlyList<ApplicationCommandInteractionDataOption>? Options { get; }
Property Value
- IReadOnlyList<ApplicationCommandInteractionDataOption>
Type
public ApplicationCommandOptionType Type { get; }
Property Value
- ApplicationCommandOptionType
Value
public string? Value { get; }
Property Value
- string