TextInput

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)