Represents a Command Interaction.

Type Parameters

Hierarchy (View Summary)

  • Base<string>
    • CommandInteraction

Constructors

Properties

_lastMessageID: null | string

ID of the last message created with this interaction.

acknowledged: boolean

Interaction acknowledgement.

channelID: string

ID of the channel on which the interaction was sent.

client: Client

App's client.

createdAt: Date

When the interaction was created.

Interaction Data

guildID: string

ID of the server on which the interaction was sent.

id: string

Item ID

isPrivate: boolean

If true, the interaction appears as private.

isSilent: boolean

If true, the interaction didn't mention anyone.

memberID: string

ID of the interaction author.

originalID: null | string

ID of the original message, responding to this interaction.

replyMessageIDs: string[]

The IDs of the message replied by the interaction.

Accessors

Methods