InviteCreateEntry

class InviteCreateEntry()

Audit log entry for an invite creation action.

exported from lib.weeble.d

Extends:

Properties

InviteCreateEntry.actionType

type: readonly 40

The type of action this entry represents.

InviteCreateEntry.changes

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

Raw changes object (use subclass for typed access).