Class FileUploadComponentInfo
- Namespace
- Discord.Interactions
- Assembly
- Discord.Net.Interactions.dll
Represents the InputComponentInfo class for FileUpload type.
public class FileUploadComponentInfo : InputComponentInfo
- Inheritance
-
FileUploadComponentInfo
- Inherited Members
Properties
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; }