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 "t3" followed by an
      underscore and the object’s base36 ID, e.g., "t1_c5s96e0".

   classmethod parse(data, reddit)

      Return an instance of "cls" from "data".

      Parameters:
         * **data** – The structured data.

         * **reddit** – An instance of "Reddit".
