export interface APIApplicationCommandInteractionMetadata extends APIBaseInteractionMetadata<InteractionType.ApplicationCommand>
externalAPIAuthorizingIntegrationOwnersMap authorizing_integration_owners :
IDs for installation context(s) related to an interaction
Inherited from: APIBaseInteractionMetadata
optionalexternalSnowflake original_response_message_id? :
ID of the original response message, present only on follow-up messages
Inherited from: APIBaseInteractionMetadata
optionalexternalSnowflake target_message_id? :
The ID of the message the command was run on, present only on message command interactions. The original response message will also have message_reference
and referenced_message
pointing to this message.
optionalexternalAPIUser target_user? :
The user the command was run on, present only on user commands interactions