Skip to main content

DiscordMessageComponentInteractionMetadata

@discordeno/bot


Documentation / @discordeno/bot / DiscordMessageComponentInteractionMetadata

Interface: DiscordMessageComponentInteractionMetadata

Defined in: packages/types/dist/types/discord/message.d.ts:215

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

Properties

authorizing_integration_owners

authorizing_integration_owners: Partial<Record<DiscordApplicationIntegrationType, string>>

Defined in: packages/types/dist/types/discord/message.d.ts:222

IDs for installation context(s) related to an interaction


id

id: string

Defined in: packages/types/dist/types/discord/message.d.ts:216


interacted_message_id?

optional interacted_message_id: string

Defined in: packages/types/dist/types/discord/message.d.ts:226

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: packages/types/dist/types/discord/message.d.ts:224

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


type

type: InteractionTypes

Defined in: packages/types/dist/types/discord/message.d.ts:218

The type of interaction


user

user: DiscordUser

Defined in: packages/types/dist/types/discord/message.d.ts:220

User who triggered the interaction