WebhookDeleteEntry

class WebhookDeleteEntry()

Audit log entry for a webhook deletion action.

exported from lib.weeble.d

Extends:

Properties

WebhookDeleteEntry.actionType

type: readonly 52

The type of action this entry represents.

WebhookDeleteEntry.changes

type: readonly { avatarHash?: IActionChangeOldValue<string>; channelId: IActionChangeOldValue<string>; name: IActionChangeOldValue<string>; type: IActionChangeOldValue<number>; }

Raw changes object (use subclass for typed access).