Interface: UnknownEventInterface
Represents an unknown event.Interface
UnknownEventInterfaceProperties
code
code: string
The code associated with the unknown event.
Source
packages/wapi.js/src/webhook/events/unknown/interface.ts:9message
message: string
The message associated with the unknown event.
Source
packages/wapi.js/src/webhook/events/unknown/interface.ts:14title
title: string
The title of the unknown event.