GuildUpdateEntry

class GuildUpdateEntry()

Audit log entry for a guild update action.

exported from lib.weeble.d

Extends:

Properties

GuildUpdateEntry.actionType

type: readonly 1

The type of action this entry represents.

GuildUpdateEntry.changes

type: readonly { afkChannelId?: IActionChange<string>; afkTimeout?: IActionChange<number>; defaultMessageNotification?: IActionChange<number>; explicitContentFilter?: IActionChange<number>; iconHash?: IActionChange<string>; mfaLevel?: IActionChange<number>; name?: IActionChange<string>; ownerId?: IActionChange<string>; region?: IActionChange<string>; splashHash?: IActionChange<string>; systemChannelId?: IActionChange<string>; vanityUrlCode?: IActionChange<string>; verificationLevel?: IActionChange<number>; widgetChannelId?: IActionChange<string>; widgetEnabled?: IActionChange<boolean>; }

Raw changes object (use subclass for typed access).