ModmailMessage¶
-
class
praw.models.ModmailMessage(reddit, _data)¶ A class for modmail messages.
-
__init__(reddit, _data)¶ Initialize a RedditBase instance (or a subclass).
Parameters: reddit – An instance of Reddit.
-
fullname¶ Return the object’s fullname.
A fullname is an object’s kind mapping like
t3followed by an underscore and the object’s base36 ID, e.g.,t1_c5s96e0.
-