Name | <DiscordTextInputTag.with[<key>].as[<value>]> |
Returns | DiscordTextInputTag |
Description | Returns a copy of this TextInput tag, with the specified data key set to the specified value.
The following keys are accepted, with values of the listed type: style: short or paragraph id: ElementTag label: ElementTag min_length: ElementTag(Number) max_length: ElementTag(Number) is_required: ElementTag(Boolean) value: ElementTag placeholder: ElementTag |
Requires | dDiscordBot |
Source | https://github.com/DenizenScript/dDiscordBot/blob/master/src/main/java/com/denizenscript/ddiscordbot/objects/DiscordTextInputTag.java#L153 |