Table of Contents

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 JsonComponent
resolvedData InteractionResolvedData

Properties

Attachments

public IReadOnlyList<Attachment> Attachments { get; }

Property Value

IReadOnlyList<Attachment>

CustomId

Developer-defined identifier for the component (max 100 characters).

public string CustomId { get; }

Property Value

string

Id

Unique identifier for the component.

public int Id { get; }

Property Value

int