DiscordKt
Toggle table of contents
0.26.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DiscordKt
DiscordKt
/
me.jakejmattson.discordkt.prompts
/
InputBuilder
/
InputBuilder
Input
Builder
constructor
(
label
:
String
,
style
:
TextInputStyle
=
TextInputStyle.Paragraph
,
required
:
Boolean
=
true
,
allowedLength
:
ClosedRange
<
Int
>
?
=
null
,
value
:
String
?
=
null
,
placeholder
:
String
?
=
null
)