interfaces
MessageEventInterface
Wapi.js Docs / MessageEventInterface
Interface: MessageEventInterface
Represents the interface for a message event.
Interface
MessageEventInterface
Extends
Extended by
MediaMessageEventInterface
ContactMessageEventInterface
LocationMessageEventInterface
OrderMessageEventInterface
ProductInquiryEventInterface
ReactionEventInterface
TextMessageEventInterface
Properties
client
client:
Client
The client instance associated with the event.
Inherited from
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
Was this page helpful?