Table of Contents

Class Label

Namespace
NetCord
Assembly
NetCord.dll
public class Label : IModalComponent, IComponent, IJsonModel<JsonLabelComponent>
Inheritance
Label
Implements
Inherited Members

Constructors

Label(JsonLabelComponent, InteractionResolvedData?)

public Label(JsonLabelComponent jsonModel, InteractionResolvedData? resolvedData)

Parameters

jsonModel JsonLabelComponent
resolvedData InteractionResolvedData

Properties

Component

public ILabelComponent Component { get; }

Property Value

ILabelComponent

Id

Unique identifier for the component.

public int Id { get; }

Property Value

int