Table of Contents

Class TextInput

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

Constructors

TextInput(JsonComponent, int)

public TextInput(JsonComponent jsonModel, int parentId)

Parameters

jsonModel JsonComponent
parentId int

Properties

CustomId

public string CustomId { get; }

Property Value

string

Id

public int Id { get; }

Property Value

int

ParentId

public int ParentId { get; }

Property Value

int

Value

public string Value { get; }

Property Value

string