Skip to main content
Version: Next

APIApplicationCommandInteractionMetadata

Hierarchy

  • APIBaseInteractionMetadata<InteractionType.ApplicationCommand>
    • APIApplicationCommandInteractionMetadata

Index

Properties

authorizing_integration_owners

authorizing_integration_owners: APIAuthorizingIntegrationOwnersMap

IDs for installation context(s) related to an interaction

id

id: string

ID of the interaction

optionaloriginal_response_message_id

original_response_message_id?: string

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

optionaltarget_message_id

target_message_id?: string

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.

optionaltarget_user

target_user?: APIUser

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

type

type: ApplicationCommand

Type of interaction

user

user: APIUser

User who triggered the interaction