Skip to main content

InteractionCallback

Documentation


Documentation / @discordeno/bot / InteractionCallback

Interface: InteractionCallback

Defined in: bot/src/transformers/types.ts:986

Properties

activityInstanceId?

optional activityInstanceId: string

Defined in: bot/src/transformers/types.ts:990

Instance ID of the Activity if one was launched or joined


id

id: bigint

Defined in: bot/src/transformers/types.ts:987


responseMessageEphemeral?

optional responseMessageEphemeral: boolean

Defined in: bot/src/transformers/types.ts:996

Whether or not the response message was ephemeral


responseMessageId?

optional responseMessageId: bigint

Defined in: bot/src/transformers/types.ts:992

ID of the message that was created by the interaction


responseMessageLoading?

optional responseMessageLoading: boolean

Defined in: bot/src/transformers/types.ts:994

Whether or not the message is in a loading state


type

type: InteractionTypes

Defined in: bot/src/transformers/types.ts:988