ChannelCreateEntry

class ChannelCreateEntry()

Audit log entry for a channel creation action.

exported from lib.weeble.d

Extends:

Properties

ChannelCreateEntry.actionType

type: readonly 10

The type of action this entry represents.

ChannelCreateEntry.changes

type: readonly { bitrate?: IActionChangeNewValue<number>; name: IActionChangeNewValue<string>; nsfw?: IActionChangeNewValue<boolean>; rateLimitPerUser?: IActionChangeNewValue<number>; topic?: IActionChangeNewValue<string>; type: IActionChangeNewValue<number>; }

Raw changes object (use subclass for typed access).