Interface: StatusUpdateEventInterface
Represents the interface for a status update event.Interface
StatusUpdateEventInterfaceExtends
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:18context
context: MessageContext
The context of the status update.
Source
packages/wapi.js/src/webhook/events/base/interface.ts:77timestamp
timestamp: number
The timestamp of the status update.