Skip to main content
Module

x/discord_api_types/payloads/v10/interactions.ts>APIMessageInteractionMetadata

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIMessageInteractionMetadata
import { type APIMessageInteractionMetadata } from "https://deno.land/x/discord_api_types@0.37.98/payloads/v10/interactions.ts";

Properties

ID of the interaction

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

optional
original_response_message_id: Snowflake

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

optional
interacted_message_id: Snowflake

ID of the message that contained interactive component, present only on messages created from component interactions

optional
triggering_interaction_metadata: APIMessageInteractionMetadata

Metadata for the interaction that was used to open the modal, present only on modal submit interactions