Interface: LocationMessageEventInterface
Represents an interface for a location message event.Interface
LocationMessageEventInterfaceExtends
Properties
client
client: Client
The client instance associated with the event.
Inherited from
MessageEventInterface
.client
Source
packages/wapi.js/src/webhook/events/base/interface.ts:18context
context: MessageContext
The context of the message.
Inherited from
MessageEventInterface
.context
Source
packages/wapi.js/src/webhook/events/base/interface.ts:35location
location: LocationMessage
The location message associated with the event.
Source
packages/wapi.js/src/webhook/events/location/interface.ts:14messageId
messageId: string
The ID of the message.
Inherited from
MessageEventInterface
.messageId
Source
packages/wapi.js/src/webhook/events/base/interface.ts:30timestamp
timestamp: number
The timestamp of the message.
Inherited from
MessageEventInterface
.timestamp