Skip to main content

Documentation Index

Fetch the complete documentation index at: https://javascript.wapikit.com/llms.txt

Use this file to discover all available pages before exploring further.

Wapi.js Docs / BaseEvent

Class: BaseEvent

Represents the base event for webhook events.

Implements

Extended by

Implements

Constructors

new BaseEvent()

new BaseEvent(params): BaseEvent

Parameters

params params.client: Client

Returns

BaseEvent

Source

packages/wapi.js/src/webhook/events/base/index.ts:21

Properties

client

client: Client
The client instance associated with the event.

Implementation of

BaseEventInterface.client

Source

packages/wapi.js/src/webhook/events/base/index.ts:20