From 56e9d3900641a572ed37a4bb00c2c6687bb68ffb Mon Sep 17 00:00:00 2001 From: VAKiliner <119078586+vakiliner@users.noreply.github.com> Date: Wed, 10 Sep 2025 04:18:45 +0300 Subject: [PATCH] Add missing field resolved to modal submit data structure --- docs/interactions/receiving-and-responding.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/interactions/receiving-and-responding.mdx b/docs/interactions/receiving-and-responding.mdx index d55b7efa7b..07b20a04b3 100644 --- a/docs/interactions/receiving-and-responding.mdx +++ b/docs/interactions/receiving-and-responding.mdx @@ -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