Class SnowflakeSelectComponentInfo
- Namespace
- Discord.Interactions
- Assembly
- Discord.Net.Interactions.dll
Represents the base InputComponentInfo class for UserSelect, ChannelSelect, RoleSelect, MentionableSelect type.
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
DefaultValues
Gets the default values of this select input.
public IReadOnlyCollection<SelectMenuDefaultValue> DefaultValues { get; }
Property Value
MaxValues
Gets the maximum number of values that can be selected.
public int MaxValues { get; }
Property Value
MinValues
Gets the minimum number of values that can be selected.
public int MinValues { get; }
Property Value
Placeholder
Gets the placeholder of this select input.
public string Placeholder { get; }