- Namespace
- NetCord
- Assembly
- NetCord.dll
public class StringMenuSelectOption : IJsonModel<JsonMenuSelectOption>
- Inheritance
-
StringMenuSelectOption
- Implements
-
- Inherited Members
-
Constructors
public StringMenuSelectOption(JsonMenuSelectOption jsonModel)
Parameters
jsonModel
JsonMenuSelectOption
Properties
public bool Default { get; }
Property Value
- bool
public string? Description { get; }
Property Value
- string
public EmojiReference? Emoji { get; }
Property Value
- EmojiReference
public string Label { get; }
Property Value
- string
public string Value { get; }
Property Value
- string