Skip to main content

DiscordMessageComponentInteractionMetadata

Documentation


Documentation / @discordeno/types / DiscordMessageComponentInteractionMetadata

Interface: DiscordMessageComponentInteractionMetadata

Defined in: discord/message.ts:233

https://docs.discord.com/developers/resources/message#message-interaction-metadata-object-message-component-interaction-metadata-structure

Properties

authorizing_integration_owners

authorizing_integration_owners: DiscordAuthorizingIntegrationOwners

Defined in: discord/message.ts:241

IDs for installation context(s) related to an interaction


id

id: string

Defined in: discord/message.ts:235

Id of the interaction


interacted_message_id

interacted_message_id: string

Defined in: discord/message.ts:245

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


original_response_message_id?

optional original_response_message_id?: string

Defined in: discord/message.ts:243

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


type

type: InteractionTypes

Defined in: discord/message.ts:237

The type of interaction


user

user: DiscordUser

Defined in: discord/message.ts:239

User who triggered the interaction