APIMessageInteractionMetadata
https://discord.com/developers/docs/resources/channel#message-interaction-metadata-object
Signature
export interface APIMessageInteractionMetadataProperties
7Methods
0No methods.
Properties
id: Snowflake;ID of the interaction
type: InteractionType;Type of interaction
user: APIUser;User who triggered the interaction
authorizing_integration_owners: APIAuthorizingIntegrationOwnersMap;IDs for installation context(s) related to an interaction. Details in Authorizing Integration Owners Object
original_response_message_id?: Snowflake;ID of the original response message, present only on follow-up messages
interacted_message_id?: Snowflake;ID of the message that contained interactive component, present only on messages created from component interactions
triggering_interaction_metadata?: APIMessageInteractionMetadata;Metadata for the interaction that was used to open the modal, present only on modal submit interactions