Table of Contents

Class SlashCommandOptionChoiceProperties

Namespace
HeyBox
Assembly
HeyBox.Net.Core.dll

Represents a choice for a ISlashCommandInteractionDataOption. This class is used when making new commands.

public class SlashCommandOptionChoiceProperties
Inheritance
SlashCommandOptionChoiceProperties
Inherited Members

Properties

Name

Gets or sets the name of this choice.

public string? Name { get; set; }

Property Value

string

Value

Gets the value of this choice.

public object? Value { get; set; }

Property Value

object