interface APIMessageComponentInteractionMetadata

external
export interface APIMessageComponentInteractionMetadata extends APIBaseInteractionMetadata<InteractionType.MessageComponent>

See also: https://discord.com/developers/docs/resources/message#message-interaction-metadata-object-message-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

external
interacted_message_id : Snowflake

ID of the message that contained the interactive component

optionalexternal
original_response_message_id? : Snowflake

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

Inherited from: APIBaseInteractionMetadata

external
type : Type

Type of interaction

Inherited from: APIBaseInteractionMetadata

external
user : APIUser

User who triggered the interaction

Inherited from: APIBaseInteractionMetadata