Wapi.js Docs / UnknownEventInterface

Interface: UnknownEventInterface

Represents an unknown event.

Interface

UnknownEventInterface

Properties

code

code: string
The code associated with the unknown event.

Source

packages/wapi.js/src/webhook/events/unknown/interface.ts:9

message

message: string
The message associated with the unknown event.

Source

packages/wapi.js/src/webhook/events/unknown/interface.ts:14

title

title: string
The title of the unknown event.

Source

packages/wapi.js/src/webhook/events/unknown/interface.ts:19