Class FileUpload
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class FileUpload : IInteractiveComponent, ILabelComponent, IComponent, IJsonModel<JsonComponent>
- Inheritance
-
FileUpload
- Implements
- Inherited Members
Constructors
FileUpload(JsonComponent, InteractionResolvedData?)
public FileUpload(JsonComponent jsonModel, InteractionResolvedData? resolvedData)
Parameters
jsonModel
JsonComponentresolvedData
InteractionResolvedData
Properties
Attachments
public IReadOnlyList<Attachment> Attachments { get; }
Property Value
CustomId
Developer-defined identifier for the component (max 100 characters).
public string CustomId { get; }
Property Value
Id
Unique identifier for the component.
public int Id { get; }