InteractionResource
Documentation / @discordeno/bot / InteractionResource
Interface: InteractionResource
Defined in: bot/src/transformers/types.ts:1002
Properties
activityInstance?
optionalactivityInstance:DiscordActivityInstanceResource
Defined in: bot/src/transformers/types.ts:1010
Represents the Activity launched by this interaction.
Remarks
Only present if type is LAUNCH_ACTIVITY.
message?
optionalmessage:Message
Defined in: bot/src/transformers/types.ts:1017
Message created by the interaction.
Remarks
Only present if type is either CHANNEL_MESSAGE_WITH_SOURCE or UPDATE_MESSAGE.
type
type:
InteractionResponseTypes
Defined in: bot/src/transformers/types.ts:1003