Skip to main content

InteractionCallback

@discordeno/bot


Documentation / @discordeno/bot / InteractionCallback

Interface: InteractionCallback

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

Properties

activityInstanceId?

optional activityInstanceId: string

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

Instance ID of the Activity if one was launched or joined


id

id: bigint

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


responseMessageEphemeral?

optional responseMessageEphemeral: boolean

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

Whether or not the response message was ephemeral


responseMessageId?

optional responseMessageId: bigint

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

ID of the message that was created by the interaction


responseMessageLoading?

optional responseMessageLoading: boolean

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

Whether or not the message is in a loading state


type

type: InteractionTypes

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