Table of Contents

Class JsonMenuSelectOption

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonMenuSelectOption
Inheritance
JsonMenuSelectOption
Inherited Members

Constructors

JsonMenuSelectOption()

public JsonMenuSelectOption()

Properties

Default

[JsonPropertyName("default")]
public bool Default { get; set; }

Property Value

bool

Description

[JsonPropertyName("description")]
public string? Description { get; set; }

Property Value

string

Emoji

[JsonPropertyName("emoji")]
public JsonEmoji? Emoji { get; set; }

Property Value

JsonEmoji

Label

[JsonPropertyName("label")]
public string Label { get; set; }

Property Value

string

Value

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string