diff --git a/docs/resources/Message.md b/docs/resources/Message.md index cb9fdbbe20..825649172b 100644 --- a/docs/resources/Message.md +++ b/docs/resources/Message.md @@ -261,6 +261,7 @@ One of [Application Command Interaction Metadata](#DOCS_RESOURCES_MESSAGE/messag | original_response_message_id? | snowflake | ID of the original response message, present only on [follow-up messages](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/) | | target_user? | [user](#DOCS_RESOURCES_USER/user-object) object | The user the command was run on, present only on [user command](#DOCS_INTERACTIONS_APPLICATION_COMMANDS/user-commands) interactions | | target_message_id? | snowflake | The ID of the message the command was run on, present only on [message command](#DOCS_INTERACTIONS_APPLICATION_COMMANDS/message-commands) interactions. The original response message will also have `message_reference` and `referenced_message` pointing to this message. | +| command_type | [command type](#DOCS_INTERACTIONS_APPLICATION_COMMANDS/application-command-object-application-command-types) | Type of command that was ran | ###### Message Component Interaction Metadata Structure