diff --git a/discord/message.go b/discord/message.go index cf47706b..45f2e578 100644 --- a/discord/message.go +++ b/discord/message.go @@ -469,7 +469,7 @@ type RoleSubscriptionData struct { type InteractionMetadata struct { ID snowflake.ID `json:"id"` Type InteractionType `json:"type"` - UserID snowflake.ID `json:"user_id"` + User User `json:"user"` AuthorizingIntegrationOwners map[ApplicationIntegrationType]snowflake.ID `json:"authorizing_integration_owners"` OriginalResponseMessageID *snowflake.ID `json:"original_response_message_id"` Name *string `json:"name"`