Skip to content

Commit

Permalink
add Name to InteractionMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Mar 19, 2024
1 parent afb04c4 commit 8b19675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ type InteractionMetadata struct {
UserID snowflake.ID `json:"user_id"`
AuthorizingIntegrationOwners map[ApplicationIntegrationType]snowflake.ID `json:"authorizing_integration_owners"`
OriginalResponseMessageID *snowflake.ID `json:"original_response_message_id"`
Name *string `json:"name"`
InteractedMessageID *snowflake.ID `json:"interacted_message_id"`
TriggeringInteractionMetadata *InteractionMetadata `json:"triggering_interaction_metadata"`
}

0 comments on commit 8b19675

Please sign in to comment.