Skip to content

Commit 82f12a9

Browse files
Fix resolved
1 parent c10c735 commit 82f12a9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/components/reference.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,13 +2076,12 @@ File Uploads are available om modals. They must be placed inside a [Label](/docs
20762076

20772077
###### File Upload Interaction Response Structure
20782078

2079-
| Field | Type | Description |
2080-
|-----------|---------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|
2081-
| type | integer | `19` for a File Upload |
2082-
| id | integer | Unique identifier for the component |
2083-
| custom_id | string | Developer-defined identifier for the input; max 100 characters |
2084-
| resolved | [resolved data](/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure) | Resolved entities from uploaded files |
2085-
| values | array of snowflakes | IDs of the uploaded files |
2079+
| Field | Type | Description |
2080+
|-----------|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------|
2081+
| type | integer | `19` for a File Upload |
2082+
| id | integer | Unique identifier for the component |
2083+
| custom_id | string | Developer-defined identifier for the input; max 100 characters |
2084+
| values | array of snowflakes | IDs of the uploaded files found in the [resolved data](/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure) |
20862085

20872086
###### Examples
20882087

0 commit comments

Comments
 (0)