MemberUpdateEntry
- class MemberUpdateEntry()
Audit log entry for a member update action, with typed change fields.
exported from
lib.weeble.d- Extends:
Properties
- MemberUpdateEntry.actionType
type: readonly 24
The type of action this entry represents.
- MemberUpdateEntry.changes
type: readonly { communicationDisabledUntil?:
IActionChange<string>; deaf?:IActionChange<boolean>; mute?:IActionChange<boolean>; nick?:IActionChange<string>; roles?:IActionChange<string[]>; }Raw changes object (use subclass for typed access).