Table of Contents

Class TextInput

Namespace
NetCord
Assembly
NetCord.dll
public class TextInput : IInteractiveComponent, ILabelComponent, IComponent, IJsonModel<JsonComponent>
Inheritance
TextInput
Implements
Inherited Members

Constructors

TextInput(JsonComponent)

public TextInput(JsonComponent jsonModel)

Parameters

jsonModel JsonComponent

Properties

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

Value

public string Value { get; }

Property Value

string