Skip to content

Commit 05314a6

Browse files
Updated unfurled media response types
1 parent 056e138 commit 05314a6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/components/reference.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,9 +1153,13 @@ To use this component, you need to send the [message flag](/docs/resources/messa
11531153

11541154
## Unfurled Media Item Structure
11551155

1156-
| Field | Type | Description |
1157-
|-------|--------|-----------------------------------------------------------------|
1158-
| url | string | Supports arbitrary urls and attachment://\<filename> references |
1156+
| Field | Type | Description |
1157+
|---------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------|
1158+
| url | string | Supports arbitrary urls and attachment://\<filename> references |
1159+
| proxy_url? | string | The proxied url of the media item. This field is ignored and provided by the API as part of the response |
1160+
| height? | integer | The height of the media item. This field is ignored and provided by the API as part of the response |
1161+
| width? | integer | The width of the media item. This field is ignored and provided by the API as part of the response |
1162+
| content_type? | string | The [media type](https://en.wikipedia.org/wiki/Media_type) of the content. This field is ignored and provided by the API as part of the response |
11591163

11601164
### Uploading a file
11611165

0 commit comments

Comments
 (0)