interfaces
LocationMessageEventInterface
Wapi.js Docs / LocationMessageEventInterface
Interface: LocationMessageEventInterface
Represents an interface for a location message event.
Interface
LocationMessageEventInterface
Extends
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.
Inherited from
Source
packages/wapi.js/src/webhook/events/base/interface.ts:35
location
location:
LocationMessage
The location message associated with the event.
Source
packages/wapi.js/src/webhook/events/location/interface.ts:14
messageId
messageId:
string
The ID of the message.
Inherited from
MessageEventInterface
.messageId
Source
packages/wapi.js/src/webhook/events/base/interface.ts:30
timestamp
timestamp:
number
The timestamp of the message.
Inherited from
MessageEventInterface
.timestamp
Source
Was this page helpful?