Skip to content

Commit 6265590

Browse files
fix table spacing
1 parent 40f84a7 commit 6265590

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/components/reference.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -998,11 +998,11 @@ To use this component, you need to send the [message flag](/docs/resources/messa
998998
###### File Structure
999999

10001000
| Field | Type | Description |
1001-
|----------|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
1002-
| type | integer | `13` for a file component |
1003-
| id? | integer | Optional identifier for component |
1001+
|----------|---------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
1002+
| type | integer | `13` for a file component |
1003+
| id? | integer | Optional identifier for component |
10041004
| file | [unfurled media item](/docs/components/reference#unfurled-media-item-structure) | This unfurled media item is unique in that it **only** supports attachment references using the `attachment://<filename>` syntax |
1005-
| spoiler? | boolean | Whether the media should be a spoiler (or blurred out). Defaults to `false` |
1005+
| spoiler? | boolean | Whether the media should be a spoiler (or blurred out). Defaults to `false` |
10061006

10071007
###### Example
10081008

0 commit comments

Comments
 (0)