:py:mod:`imessagedb.messages` ============================= .. py:module:: imessagedb.messages Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: imessagedb.messages.Messages .. py:class:: Messages(database, query_type: str, title: str, numbers: list = None, chat_id: str = None) All messages in a conversation or conversations with a particular person .. py:property:: message_list :type: list Returns a list of messages sorted by the date of the message .. py:property:: guids :type: dict .. py:property:: title :type: str .. py:method:: __iter__() .. py:method:: __len__() -> int