Skip to main content

Class: BaseInteraction

Hierarchy

  • Base

    BaseInteraction

Constructors

constructor

new BaseInteraction(app, raw)

Parameters

NameType
appApp
rawAPIInteraction

Overrides

Base.constructor

Defined in

packages/disploy/src/structs/BaseInteraction.ts:22

Properties

app

app: App

Inherited from

Base.app

Defined in

packages/disploy/src/structs/Base.ts:4


createdTimestamp

createdTimestamp: number

Timestamp of when the interaction was created.

Defined in

packages/disploy/src/structs/BaseInteraction.ts:15


id

id: string

The ID of the interaction.

Defined in

packages/disploy/src/structs/BaseInteraction.ts:10


token

token: string

The token of the interaction.

Defined in

packages/disploy/src/structs/BaseInteraction.ts:20