Skip to content

Commit 5494f5c

Browse files
authored
Update Message_Components.md
1 parent aaefe62 commit 5494f5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/interactions/Message_Components.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,8 @@ When defining a text input component, you can set attributes to customize the be
677677

678678
These are new components, requiring the [message flag](#DOCS_RESOURCES_MESSAGE/message-object-message-flags) `1 << 15`.
679679

680-
You can have a maximum of `10` top-level components per message. The maximum number of nested components is `30`.
680+
You can have a maximum of `10` top-level components per message.
681+
The total number of nested components (including top level) cannot exceed `30`.
681682

682683
The upper limit of text characters is `4000` in total.
683684

0 commit comments

Comments
 (0)