ModAction

class praw.models.ModAction(reddit, _data)

Represent a moderator action.

Parameters:
__init__(reddit, _data)

Initialize a PRAWBase instance.

Parameters:
Return type:

None

property mod: 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:

PRAWBase