ChannelUpdateEntry

class ChannelUpdateEntry()

Audit log entry for a channel update action.

exported from lib.weeble.d

Extends:

Properties

ChannelUpdateEntry.actionType

type: readonly 11

The type of action this entry represents.

ChannelUpdateEntry.changes

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

Raw changes object (use subclass for typed access).