- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonMenuSelectOption
- Inheritance
-
JsonMenuSelectOption
- Inherited Members
-
Constructors
public JsonMenuSelectOption()
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