interface APIApplicationCommandInteractionMetadata

external
export interface APIApplicationCommandInteractionMetadata extends APIBaseInteractionMetadata<InteractionType.ApplicationCommand>

See also: https://discord.com/developers/docs/resources/message#message-interaction-metadata-object-application-command-interaction-metadata-structure

external
authorizing_integration_owners : APIAuthorizingIntegrationOwnersMap

IDs for installation context(s) related to an interaction

Inherited from: APIBaseInteractionMetadata

external
id : Snowflake

ID of the interaction

Inherited from: APIBaseInteractionMetadata

optionalexternal
original_response_message_id? : Snowflake

ID of the original response message, present only on follow-up messages

Inherited from: APIBaseInteractionMetadata

optionalexternal
target_message_id? : Snowflake

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.

optionalexternal
target_user? : APIUser

The user the command was run on, present only on user commands interactions

external
type : Type

Type of interaction

Inherited from: APIBaseInteractionMetadata

external
user : APIUser

User who triggered the interaction

Inherited from: APIBaseInteractionMetadata