The type of the parsed answer
OptionalanswerThe parsed answer with proper typing.
The unique identifier for this form entry.
OptionaldescriptionOptional description to provide additional context. Max 100 characters. Displayed under the label.
The label displayed to the user. For text inputs and file uploads: shown in the label component For select menus: shown in the label component
The parser function to transform the response(s) to the proper type.
OptionalrawThe raw value(s) of the entry as returned by Discord.
Base interface for all form entries. Defines common properties across different component types.
FormEntryBase