- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonStringMenuSelectOption
- Inheritance
-
JsonStringMenuSelectOption
- Inherited Members
-
Constructors
public JsonStringMenuSelectOption()
Properties
[JsonPropertyName("default")]
public bool Default { get; set; }
Property Value
- bool
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
- string
[JsonPropertyName("emoji")]
public JsonEmoji? Emoji { get; set; }
Property Value
- JsonEmoji
[JsonPropertyName("label")]
public string Label { get; set; }
Property Value
- string
[JsonPropertyName("value")]
public string Value { get; set; }
Property Value
- string