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
JsonComponentparentId
int
Properties
CustomId
public string CustomId { get; }
Property Value
Id
public int Id { get; }
Property Value
ParentId
public int ParentId { get; }
Property Value
Value
public string Value { get; }