DiscordInteractionResource
Documentation / @discordeno/types / DiscordInteractionResource
Interface: DiscordInteractionResource
Defined in: discord/interactions.ts:261
Properties
activity_instance?
optionalactivity_instance?:DiscordActivityInstanceResource
Defined in: discord/interactions.ts:269
Represents the Activity launched by this interaction.
Remarks
Only present if type is LAUNCH_ACTIVITY.
message?
optionalmessage?:DiscordMessage
Defined in: discord/interactions.ts:276
Message created by the interaction.
Remarks
Only present if type is either CHANNEL_MESSAGE_WITH_SOURCE or UPDATE_MESSAGE.
type
type:
InteractionResponseTypes
Defined in: discord/interactions.ts:262