class InteractionCallback

export class InteractionCallback

Represents an interaction callback response from Discord

activityInstanceId : string | null

The instance id of the Activity if one was launched or joined

readonly
client : Client<true>

The client that instantiated this.

readonly
createdAt : Date

The time the original interaction was created at

readonly
createdTimestamp : number

The timestamp the original interaction was created at

id : Snowflake

The id of the original interaction response

responseMessageEphemeral : boolean | null

Whether the response message was ephemeral

responseMessageId : Snowflake | null

The id of the message that was created by the interaction

responseMessageLoading : boolean | null

Whether the message is in a loading state

The type of the original interaction