OptionalanswerThe parsed answer with proper typing.
The component type identifier.
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 available options for selection. Must contain between 1 and 25 options.
The parser function to transform the response(s) to the proper type.
OptionalrawThe raw value(s) of the entry as returned by Discord.
The expected response type. 'string' for single select, 'string_array' for multi-select.
A form entry using a string select menu component. Allows users to choose from a predefined list of options.