The label used for the button component.
OptionalcanWhether the form should stay in the DM or not, to allow users to submit answers again or not.
The form entries. The array is limited to maximum 5 elements. This limit is enforced by Discord's modal component system, which allows up to 5 top-level components per modal.
Supported component types:
text_input: TextInputBuilder - short or paragraph text inputstring_select: StringSelectMenuBuilder - predefined selection optionsfile_upload: FileUploadBuilder - file upload (1-10 files)Each component is automatically wrapped with a LabelBuilder to display the label and optional description.
The message sent when a form is submitted.
The title of the form modal.
OptionalintroductionThe message sent with the button component.
The manager options.
FormManagerOptions