Skip to main content

InteractionCallback

@discordeno/botDocs


Documentation / @discordeno/bot / InteractionCallback

Interface: InteractionCallback

Properties

activityInstanceId?

optional activityInstanceId: string

Instance ID of the Activity if one was launched or joined

Defined in

packages/bot/src/transformers/types.ts:922


id

id: bigint

Defined in

packages/bot/src/transformers/types.ts:919


responseMessageEphemeral?

optional responseMessageEphemeral: boolean

Whether or not the response message was ephemeral

Defined in

packages/bot/src/transformers/types.ts:928


responseMessageId?

optional responseMessageId: bigint

ID of the message that was created by the interaction

Defined in

packages/bot/src/transformers/types.ts:924


responseMessageLoading?

optional responseMessageLoading: boolean

Whether or not the message is in a loading state

Defined in

packages/bot/src/transformers/types.ts:926


type

type: InteractionTypes

Defined in

packages/bot/src/transformers/types.ts:920