ModmailAction¶
- class asyncpraw.models.reddit.modmail.ModmailAction(reddit, _data, *, _extra_attribute_to_check=None, _fetched=False, _str_field=True)¶
A class for moderator actions on modmail conversations.
- Parameters:
- __init__(reddit, _data, *, _extra_attribute_to_check=None, _fetched=False, _str_field=True)¶
Initialize a
RedditBaseinstance.
- await load()¶
Re-fetches the object.
This is used to explicitly fetch or re-fetch the object from reddit. This method can be used on any
RedditBaseobject.await reddit_base_object.load()
- Return type: