redditwarp.models.moderator_list#

class redditwarp.models.moderator_list.ModeratorListItem(d: Mapping[str, Any])[source]#

Bases: object

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

User ID of the moderator as a base 36 number.

idn: int#

User ID of the moderator.

id: int#

Same as idn.

name: str#

The moderator’s user name.

added_ut: int#

Unix timestamp of when the user was added as a moderator.

flair_text: str#

The moderator’s flair text.

flair_css_class: str#

The moderator’s flair CSS class.

permissions: Collection[str]#

Values: all, access, chat_config, chat_operator, config, flair, mail, posts, wiki.

property added_at: datetime#

Datetime object of when the user was added as a moderator.