InviteUpdateEntry

class InviteUpdateEntry()

Audit log entry for an invite update action.

exported from lib.weeble.d

Extends:

Properties

InviteUpdateEntry.actionType

type: readonly 41

The type of action this entry represents.

InviteUpdateEntry.changes

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

Raw changes object (use subclass for typed access).