WebhookUpdateEntry

class WebhookUpdateEntry()

Audit log entry for a webhook update action.

exported from lib.weeble.d

Extends:

Properties

WebhookUpdateEntry.actionType

type: readonly 51

The type of action this entry represents.

WebhookUpdateEntry.changes

type: readonly { avatarHash?: IActionChange<string>; channelId?: IActionChange<string>; name?: IActionChange<string>; type?: IActionChange<number>; }

Raw changes object (use subclass for typed access).