Skip to main content
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
I