ChannelPermissionOverwriteCreateEntry

class ChannelPermissionOverwriteCreateEntry()

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

exported from lib.weeble.d

Extends:

Properties

ChannelPermissionOverwriteCreateEntry.actionType

type: readonly 13

The type of action this entry represents.

ChannelPermissionOverwriteCreateEntry.changes

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

Raw changes object (use subclass for typed access).