Message¶
-
class
praw.models.Message(reddit, _data)¶ A class for private messages.
-
__init__(reddit, _data)¶ Construct an instance of the Message object.
-
block()¶ Block the user who sent the item.
-
fullname¶ Return the object’s fullname.
A fullname is an object’s kind mapping like t3 followed by an underscore and the object’s base36 ID, e.g., t1_c5s96e0.
-
mark_read()¶ Mark the item as read.
-
mark_unread()¶ Mark the item as unread.
-