InteractionCallback
Documentation / @discordeno/bot / InteractionCallback
Interface: InteractionCallback
Defined in: bot/src/transformers/types.ts:989
Properties
activityInstanceId?
optionalactivityInstanceId:string
Defined in: bot/src/transformers/types.ts:993
Instance ID of the Activity if one was launched or joined
id
id:
bigint
Defined in: bot/src/transformers/types.ts:990
responseMessageEphemeral?
optionalresponseMessageEphemeral:boolean
Defined in: bot/src/transformers/types.ts:999
Whether or not the response message was ephemeral
responseMessageId?
optionalresponseMessageId:bigint
Defined in: bot/src/transformers/types.ts:995
ID of the message that was created by the interaction
responseMessageLoading?
optionalresponseMessageLoading:boolean
Defined in: bot/src/transformers/types.ts:997
Whether or not the message is in a loading state
type
type:
InteractionTypes
Defined in: bot/src/transformers/types.ts:991