Skip to content

Commit a3561ce

Browse files
authored
fix: Add ManualAnchor for interaction-object-application-command-interaction-data-option-structure (#7975)
1 parent a007f67 commit a3561ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/developers/docs/interactions/receiving-and-responding.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ If data for a Member is included, data for its corresponding User will also be i
178178

179179
\*\* Partial `Channel` objects only have `id`, `name`, `type`, `permissions`, `last_message_id`, `last_pin_timestamp`, `nsfw`, `parent_id`, `guild_id`, `flags`, `rate_limit_per_user`, `topic` and `position` fields. Threads will also have the `thread_metadata` field.
180180

181+
<ManualAnchor id="interaction-object-application-command-interaction-data-option-structure" />
181182
###### Application Command Interaction Data Option Structure
182183

183184
All options have names, and an option can either be a parameter and input value--in which case `value` will be set--or it can denote a subcommand or group--in which case it will contain a top-level key and another array of `options`.

0 commit comments

Comments
 (0)