Skip to content

Commit 9736b48

Browse files
authored
Add missing field resolved to modal submit data structure (#7829)
1 parent 03c4ebc commit 9736b48

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/interactions/receiving-and-responding.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,11 @@ Sent in `APPLICATION_COMMAND` and `APPLICATION_COMMAND_AUTOCOMPLETE` interaction
127127

128128
###### Modal Submit Data Structure
129129

130-
| Field | Type | Description |
131-
|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------|
132-
| custom_id | string | The custom ID provided for the modal |
133-
| components | array of [component interaction response](/docs/interactions/receiving-and-responding#interaction-object-component-interaction-response-structures) | Values submitted by the user |
130+
| Field | Type | Description |
131+
|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
132+
| custom_id | string | The custom ID provided for the modal |
133+
| components | array of [component interaction response](/docs/interactions/receiving-and-responding#interaction-object-component-interaction-response-structures) | Values submitted by the user |
134+
| resolved? | [resolved data](/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure) | Resolved entities from selected options |
134135

135136
###### Component Interaction Response Structures
136137

0 commit comments

Comments
 (0)