ChannelPermissionOverwriteUpdateEntry

class ChannelPermissionOverwriteUpdateEntry()

Base class for all audit log entries. Use a subclass narrowed by actionType for typed change access.

exported from lib.weeble.d

Extends:

Properties

ChannelPermissionOverwriteUpdateEntry.actionType

type: readonly 14

The type of action this entry represents.

ChannelPermissionOverwriteUpdateEntry.changes

type: readonly { allow?: IActionChange<string>; deny?: IActionChange<string>; id?: IActionChange<string>; type?: IActionChange<number>; }

Raw changes object (use subclass for typed access).