Skip to content

Commit 83b01a4

Browse files
authored
Update docs/interactions/Message_Components.md
1 parent 74a9a28 commit 83b01a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/interactions/Message_Components.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,9 +1091,9 @@ Upon resolving by discord, it returns the full object, including metadata about
10911091

10921092
| Field | Type | Description |
10931093
|---------------|---------|---------------------------------------------------------------------------------------------------------------------|
1094-
| url | string | source url of media item (only supports http(s) and attachments) |
1095-
| proxy_url | string | a proxied url of the media item |
1096-
| height | integer | height of media item |
1097-
| width | integer | width of media item |
1098-
| content_type | string | the media item's [media type](https://en.wikipedia.org/wiki/Media_type) |
1099-
| loading_state | integer | [loading state](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/unfurled-media-item-object-unfurled-media-item-loading-state) |
1094+
| url | string | source url of media item (only supports http(s) and attachments) |
1095+
| proxy_url | ?string | a proxied url of the media item |
1096+
| height | ?integer | height of media item |
1097+
| width | ?integer | width of media item |
1098+
| content_type | ?string | the media item's [media type](https://en.wikipedia.org/wiki/Media_type) |
1099+
| loading_state | ?integer | [loading state](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/unfurled-media-item-object-unfurled-media-item-loading-state) |

0 commit comments

Comments
 (0)