Skip to content

Commit 1bf3838

Browse files
committed
fix(interaction_metadata): document name and command_type
1 parent 8c2479c commit 1bf3838

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/resources/Message.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ One of [Application Command Interaction Metadata](#DOCS_RESOURCES_MESSAGE/messag
261261
| original_response_message_id? | snowflake | ID of the original response message, present only on [follow-up messages](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/) |
262262
| 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 |
263263
| 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. |
264+
| name | string | Name of the command that was run |
265+
| command_type | [command type](#DOCS_INTERACTIONS_APPLICATION_COMMANDS/application-command-object-application-command-types) | Type of command that was ran |
264266
265267
266268
###### Message Component Interaction Metadata Structure

0 commit comments

Comments
 (0)