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

Interface: MessageEventInterface

Represents the interface for a message event.

Interface

MessageEventInterface

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 message.

Source

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

messageId

messageId: string
The ID of the message.

Source

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

timestamp

timestamp: number
The timestamp of the message.

Source

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