ModAction

class asyncpraw.models.ModAction(reddit, _data)

Represent a moderator action.

Parameters:
__init__(reddit, _data)

Initialize a AsyncPRAWBase instance.

Parameters:
Return type:

None

property mod: asyncpraw.models.Redditor

Return the Redditor who the action was issued by.

classmethod parse(data, reddit)

Return an instance of cls from data.

Parameters:
Return type:

AsyncPRAWBase