ChannelDeleteEntry

class ChannelDeleteEntry()

Audit log entry for a channel deletion action.

exported from lib.weeble.d

Extends:

Properties

ChannelDeleteEntry.actionType

type: readonly 12

The type of action this entry represents.

ChannelDeleteEntry.changes

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

Raw changes object (use subclass for typed access).