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 / StatusUpdateEventInterface

Interface: StatusUpdateEventInterface

Represents the interface for a status update event.

Interface

StatusUpdateEventInterface

Extends

Extended by

Properties

client

client: Client
The client instance associated with the event.

Inherited from

BaseEventInterface.client

Source

packages/wapi.js/src/webhook/events/base/interface.ts:18

context

context: MessageContext
The context of the status update.

Source

packages/wapi.js/src/webhook/events/base/interface.ts:77

timestamp

timestamp: number
The timestamp of the status update.

Source

packages/wapi.js/src/webhook/events/base/interface.ts:81