Skip to main content

InteractionResource

Documentation


Documentation / @discordeno/bot / InteractionResource

Interface: InteractionResource

Defined in: transformers/types.ts:1145

Properties

activityInstance?

optional activityInstance?: DiscordActivityInstanceResource

Defined in: transformers/types.ts:1153

Represents the Activity launched by this interaction.

Remarks

Only present if type is LAUNCH_ACTIVITY.


message?

optional message?: Message

Defined in: transformers/types.ts:1160

Message created by the interaction.

Remarks

Only present if type is either CHANNEL_MESSAGE_WITH_SOURCE or UPDATE_MESSAGE.


type

type: InteractionResponseTypes

Defined in: transformers/types.ts:1146