Skip to content

Commit

Permalink
fix docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Nov 5, 2024
1 parent a9064f5 commit a2d7f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ type InteractionMetadata struct {
// See https://discord.com/developers/docs/resources/message#message-interaction-metadata-object-application-command-interaction-metadata-structure
TargetUser *User `json:"target_user"`
// This field will only be present for application command interactions of ApplicationCommandTypeMessage.
// See https://discord.com/developers/docs/resources/message#message-interaction-metadata-object-message-command-interaction-metadata-structure
// See https://discord.com/developers/docs/resources/message#message-interaction-metadata-object-application-command-interaction-metadata-structure
TargetMessageID *snowflake.ID `json:"target_message_id"`
// This field will only be present for InteractionTypeComponent interactions.
// See https://discord.com/developers/docs/resources/message#message-interaction-metadata-object-message-component-interaction-metadata-structure
Expand Down

0 comments on commit a2d7f91

Please sign in to comment.