diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common
/
TextInput
/
TextInput
Text
Input
constructor
(
customId
:
String
,
disabled
:
Boolean
=
false
,
label
:
String
,
style
:
TextInputStyle
=
TextInputStyle.Short
,
placeholder
:
String
?
=
null
,
mindLength
:
Int
=
0
,
maxLength
:
Int
=
4000
,
required
:
Boolean
=
true
,
presetValue
:
String
?
=
null
)
(
source
)