Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/interactions/receiving-and-responding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@ Sent in `APPLICATION_COMMAND` and `APPLICATION_COMMAND_AUTOCOMPLETE` interaction

###### Modal Submit Data Structure

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

###### Component Interaction Response Structures

Expand Down