imessagedb.message

Module Contents

Classes

Message

Class for holding information about a message

Functions

_convert_attributed_body(→ str)

imessagedb.message._convert_attributed_body(encoded: bytes) str[source]
class imessagedb.message.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)[source]

Class for holding information about a message

property rowid: int
property guid: str
property date: str
property is_from_me: bool
property handle_id: str
property attributed_body: bytes
property message_summary_info: bytes
property text: str
property edits: list
property reply_to_guid: str
property thread_originator_guid: str
property chat_id: str
property attachments: list
property thread: dict
__repr__() str[source]

Return repr(self).