InteractionCallback
Documentation / @discordeno/bot / InteractionCallback
Interface: InteractionCallback
Defined in: transformers/types.ts:1047
Properties
activityInstanceId?
optionalactivityInstanceId:string
Defined in: transformers/types.ts:1051
Instance ID of the Activity if one was launched or joined
id
id:
bigint
Defined in: transformers/types.ts:1048
responseMessageEphemeral?
optionalresponseMessageEphemeral:boolean
Defined in: transformers/types.ts:1057
Whether or not the response message was ephemeral
responseMessageId?
optionalresponseMessageId:bigint
Defined in: transformers/types.ts:1053
ID of the message that was created by the interaction
responseMessageLoading?
optionalresponseMessageLoading:boolean
Defined in: transformers/types.ts:1055
Whether or not the message is in a loading state
type
type:
InteractionTypes
Defined in: transformers/types.ts:1049