Skip to main content

InteractionResource

@discordeno/bot


Documentation / @discordeno/bot / InteractionResource

Interface: InteractionResource

Defined in: packages/bot/src/transformers/types.ts:931

Properties

activityInstance?

optional activityInstance: DiscordActivityInstanceResource

Defined in: packages/bot/src/transformers/types.ts:939

Represents the Activity launched by this interaction.

Remarks

Only present if type is LAUNCH_ACTIVITY.


message?

optional message: Message

Defined in: packages/bot/src/transformers/types.ts:946

Message created by the interaction.

Remarks

Only present if type is either CHANNEL_MESSAGE_WITH_SOURCE or UPDATE_MESSAGE.


type

type: InteractionResponseTypes

Defined in: packages/bot/src/transformers/types.ts:932