Class InputComponentInfo
- Namespace
- Discord.Interactions
- Assembly
- Discord.Net.Interactions.dll
Represents the base info class for IModal input components.
public abstract class InputComponentInfo : ModalComponentInfo
- Inheritance
-
InputComponentInfo
- Derived
- Inherited Members
Properties
CustomId
Gets the custom id of this component.
public string CustomId { get; }
Property Value
Description
Gets the description of this component.
public string Description { get; }
Property Value
IsRequired
Gets whether or not this component requires a user input.
public bool IsRequired { get; }
Property Value
Label
Gets the label of this component.
public string Label { get; }
Property Value
TypeConverter
Gets the ModalComponentTypeConverter assigned to this component.
public ModalComponentTypeConverter TypeConverter { get; }