TextInputBuilder
class TextInputBuilder(var style: TextInputStyle, var customId: String, var label: String) : ActionRowComponentBuilder(source)
A builder for a Discord Text Input.
Parameters
style
The style of the input.
customId
The identifier for the input, max 100 characters.
label
The label for this component, max 45 characters.