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
@@ -31,7 +31,7 @@ Components are a field on the [message object](#DOCS_RESOURCES_MESSAGE/message-o
31
31
| 16 | Content Inventory Entry | Cannot be used by bots | 1, 2 |
32
32
| 17 | Container | Container for other components | 2 |
33
33
34
-
\* Using `v2` components requires setting the [message flag](#DOCS_RESOURCES_MESSAGE/message-object-message-flags)`1 << 15`.
34
+
\* Using `v2` components requires setting the [message flag](#DOCS_RESOURCES_MESSAGE/message-object-message-flags)`1 << 15`. Setting the flag will disable the ability to set the `content` and `embeds` field and therefore will throw `Invalid Form Body` if either is sent.
35
35
36
36
The structure of each component type is described in detail below.
0 commit comments