Skip to content

Commit ffe9bc0

Browse files
committed
fix(interaction_metadata): document command_type
1 parent 5d2eb03 commit ffe9bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/message.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ One of [Application Command Interaction Metadata](/docs/resources/message#messag
267267
| original_response_message_id? | snowflake | ID of the original response message, present only on [follow-up messages](/docs/interactions/receiving-and-responding) |
268268
| 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 |
269269
| 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. |
270+
| command_type | [command type](/docs/interactions/application-commands#application-command-object-application-command-types) | Type of command that was ran |
270271

271272

272273
###### Message Component Interaction Metadata Structure

0 commit comments

Comments
 (0)