DiscordMessageComponentInteractionMetadata
Documentation / @discordeno/bot / DiscordMessageComponentInteractionMetadata
Interface: DiscordMessageComponentInteractionMetadata
Defined in: packages/types/dist/types/discord/message.d.ts:218
Properties
authorizing_integration_owners
authorizing_integration_owners:
Partial
<Record
<DiscordApplicationIntegrationType
,string
>>
Defined in: packages/types/dist/types/discord/message.d.ts:225
IDs for installation context(s) related to an interaction
id
id:
string
Defined in: packages/types/dist/types/discord/message.d.ts:219
interacted_message_id?
optional
interacted_message_id:string
Defined in: packages/types/dist/types/discord/message.d.ts:229
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:227
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:221
The type of interaction
user
user:
DiscordUser
Defined in: packages/types/dist/types/discord/message.d.ts:223
User who triggered the interaction