InviteDeleteEntry

class InviteDeleteEntry()

Audit log entry for an invite deletion action.

exported from lib.weeble.d

Extends:

Properties

InviteDeleteEntry.actionType

type: readonly 42

The type of action this entry represents.

InviteDeleteEntry.changes

type: readonly { channelId: IActionChangeOldValue<string>; code: IActionChangeOldValue<string>; inviterId: IActionChangeOldValue<string>; maxAge: IActionChangeOldValue<number>; maxUses: IActionChangeOldValue<number>; temporary: IActionChangeOldValue<boolean>; uses: IActionChangeOldValue<number>; }

Raw changes object (use subclass for typed access).