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
Copy file name to clipboardExpand all lines: docs/interactions/Message_Components.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The top-level `components` field is an array of [Action Row](#DOCS_INTERACTIONS_
23
23
| label? | string | text that appears on the button, max 80 characters |[Buttons](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/buttons)|
24
24
| emoji? | partial [emoji](#DOCS_RESOURCES_EMOJI/emoji-object)|`name`, `id`, and `animated`|[Buttons](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/buttons)|
25
25
| url? | string | a url for link-style buttons |[Buttons](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/buttons)|
26
-
| options| array of [select options](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/select-menu-object-select-option-structure)| the choices in the select, max 25 |[Select Menus](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/select-menus)|
26
+
| options?| array of [select options](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/select-menu-object-select-option-structure)| the choices in the select, max 25 |[Select Menus](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/select-menus)|
27
27
| placeholder? | string | custom placeholder text if nothing is selected, max 100 characters |[Select Menus](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/select-menus)|
28
28
| min_values? | integer | the minimum number of items that must be chosen; default 1, min 0, max 25 |[Select Menus](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/select-menus)|
29
29
| max_values? | integer | the maximum number of items that can be chosen; default 1, max 25 |[Select Menus](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/select-menus)|
0 commit comments