Table of Contents

Class SnowflakeSelectComponentInfo

Namespace
Discord.Interactions
Assembly
Discord.Net.Interactions.dll
public abstract class SnowflakeSelectComponentInfo : InputComponentInfo
Inheritance
SnowflakeSelectComponentInfo
Derived
Inherited Members

Properties

DefaultValueType

Gets the default value type of this select input.

public SelectDefaultValueType? DefaultValueType { get; }

Property Value

SelectDefaultValueType?

DefaultValues

Gets the default values of this select input.

public IReadOnlyCollection<SelectMenuDefaultValue> DefaultValues { get; }

Property Value

IReadOnlyCollection<SelectMenuDefaultValue>

MaxValues

Gets the maximum number of values that can be selected.

public int MaxValues { get; }

Property Value

int

MinValues

Gets the minimum number of values that can be selected.

public int MinValues { get; }

Property Value

int

Placeholder

Gets the placeholder of this select input.

public string Placeholder { get; }

Property Value

string