Table of Contents

Class StringMenuSelectOption

Namespace
NetCord
Assembly
NetCord.dll
public class StringMenuSelectOption : IJsonModel<JsonMenuSelectOption>
Inheritance
StringMenuSelectOption
Implements
Inherited Members

Constructors

StringMenuSelectOption(JsonMenuSelectOption)

public StringMenuSelectOption(JsonMenuSelectOption jsonModel)

Parameters

jsonModel JsonMenuSelectOption

Properties

Default

public bool Default { get; }

Property Value

bool

Description

public string? Description { get; }

Property Value

string

Emoji

public EmojiReference? Emoji { get; }

Property Value

EmojiReference

Label

public string Label { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string