You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've added more components to modals! All select menus (User, Role, Mentionable, Channel) are now fully supported in modals. In order to use a select menu in a modal, it must be placed inside a [Label](/docs/components/reference#label) component. We've also added the [Text Display](/docs/components/reference#text-display) component with markdown support as a top-level component in modals.
| custom_id | string | The custom ID provided for the modal |
133
-
| components | array of [modal submit component data](/docs/interactions/receiving-and-responding#interaction-response-object-modal)| Values submitted by the user |
| custom_id | string | The custom ID provided for the modal |
133
+
| components | array of [component interaction response](/docs/interactions/receiving-and-responding#interaction-object-component-interaction-response-structures)| Values submitted by the user |
0 commit comments