Table of Contents

Class ParameterChoice

Namespace
Discord.Interactions
Assembly
Discord.Net.Interactions.dll

Represents a Slash Command parameter choice.

public class ParameterChoice
Inheritance
ParameterChoice
Inherited Members

Properties

Name

Gets the name of the choice.

public string Name { get; }

Property Value

string

Value

Gets the value of the choice.

public object Value { get; }

Property Value

object