Class: UnknownEvent
Represents an unknown event.Implements
Implements
Constructors
new UnknownEvent()
new UnknownEvent(Creates an instance of UnknownEvent.params
):UnknownEvent
Parameters
• params The parameters for the UnknownEvent. • params.code:string
The code associated with the unknown event.
• params.message: string
The message associated with the unknown event.
• params.title: string
The title associated with the unknown event.
Returns
UnknownEvent
Source
packages/wapi.js/src/webhook/events/unknown/index.ts:34Properties
code
code: string
The code associated with the unknown event.
Implementation of
UnknownEventInterface
.code
Source
packages/wapi.js/src/webhook/events/unknown/index.ts:13message
message: string
The message associated with the unknown event.
Implementation of
UnknownEventInterface
.message
Source
packages/wapi.js/src/webhook/events/unknown/index.ts:19title
title: string
The title associated with the unknown event.
Implementation of
UnknownEventInterface
.title