redditwarp.models.moderation_action_log_entry#

class redditwarp.models.moderation_action_log_entry.ModerationActionLogEntry(d: Mapping[str, Any], uuid: str, unixtime: int, datetime: datetime.datetime, action: str, agent_id: int, agent: str)[source]#

Bases: DatamementoDataclassesMixin

d: Mapping[str, Any]#
uuid: str#

Mod action unique identifier.

unixtime: int#

Unix timestamp of when the action was performed.

datetime: datetime#

Datetime object of when the action was performed.

action: str#

Name of the moderation action.

agent_id: int#

ID of the moderator who initiated the action.

agent: str#

Name of the moderator who initiated the action.