:py:mod:`imessagedb.message` ============================ .. py:module:: imessagedb.message Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: imessagedb.message.Message Functions ~~~~~~~~~ .. autoapisummary:: imessagedb.message._convert_attributed_body .. py:function:: _convert_attributed_body(encoded: bytes) -> str .. py:class:: Message(database, rowid: int, guid: str, date: str, is_from_me: bool, handle_id: str, attributed_body: bytes, message_summary_info: bytes, text: str, reply_to_guid: str, thread_originator_guid: str, thread_originator_part: str, chat_id: str, message_attachments: list) Class for holding information about a message .. py:property:: rowid :type: int .. py:property:: guid :type: str .. py:property:: date :type: str .. py:property:: is_from_me :type: bool .. py:property:: handle_id :type: str .. py:property:: attributed_body :type: bytes .. py:property:: message_summary_info :type: bytes .. py:property:: text :type: str .. py:property:: edits :type: list .. py:property:: reply_to_guid :type: str .. py:property:: thread_originator_guid :type: str .. py:property:: chat_id :type: str .. py:property:: attachments :type: list .. py:property:: thread :type: dict .. py:method:: __repr__() -> str Return repr(self).