DiscordMessageComponentInteractionMetadata
@discordeno/bot • Docs
Documentation / @discordeno/bot / DiscordMessageComponentInteractionMetadata
Interface: DiscordMessageComponentInteractionMetadata
Properties
authorizing_integration_owners
authorizing_integration_owners:
Partial
<Record
<"0"
|"1"
,string
>>
IDs for installation context(s) related to an interaction
Defined in
packages/types/dist/types/discord.d.ts:1581
id
id:
string
Defined in
packages/types/dist/types/discord.d.ts:1575
interacted_message_id?
optional
interacted_message_id:string
ID of the message that contained interactive component, present only on messages created from component interactions
Defined in
packages/types/dist/types/discord.d.ts:1585
original_response_message_id?
optional
original_response_message_id:string
ID of the original response message, present only on follow-up messages
Defined in
packages/types/dist/types/discord.d.ts:1583
type
type:
InteractionTypes
The type of interaction
Defined in
packages/types/dist/types/discord.d.ts:1577
user
user:
DiscordUser
User who triggered the interaction
Defined in
packages/types/dist/types/discord.d.ts:1579