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
| file |[unfurled media item object](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/unfurled-media-item-object)| The file to be displayed, supports only `attachment://<filename>` references |
823
-
| spoiler? | boolean | Whether the file is a spoiler|
823
+
| spoiler? | boolean | Whether the file is a spoiler. Defaults to `false`|
824
824
825
825
## Separators
826
826
@@ -855,11 +855,11 @@ Separator components allow you to divide components with a divider. You can make
| type | integer |`14` for a separator component |
861
+
| divider? | boolean | Whether the separator is a divider. Defaults to `true`|
862
+
| spacing? |[seperator spacing size](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/separator-object-separator-spacing-size)| Spacing size for the separator. Defaults to `1`|
863
863
864
864
###### Separator Spacing Size
865
865
@@ -961,8 +961,8 @@ Containers are a new way to group components together. You can also specify a ac
| accent_color? | ?integer | Color code for the container|
965
-
| spoiler? | boolean | Whether the container is a spoiler|
964
+
| accent_color? | ?integer | Color code for the container. Defaults to `null`|
965
+
| spoiler? | boolean | Whether the container is a spoiler. Defaults to `false`|
966
966
| components | array of [component objects](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/component-object)| Can be of [type](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/component-object-component-types)`1`, `9`, `10`, `12`, `13` or `14`; max of 10 |
0 commit comments