:py:mod:`imessagedb.chats` ========================== .. py:module:: imessagedb.chats Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: imessagedb.chats.Chats .. py:class:: Chats(database) All Chats in the database .. py:property:: chat_list :type: dict Return the list of chats by rowid in a dict .. py:property:: chat_names :type: dict Return the list of chats by rowid in a dict .. py:property:: chat_identifiers :type: dict Return the list of chats by chat identifier in a dict .. py:method:: __repr__() -> str Return repr(self). .. py:method:: __len__() -> int .. py:method:: _get_chats_from_database() -> None .. py:method:: get_chats() -> str Return a string with the list of chats in the database .. py:method:: __getitem__(item) -> imessagedb.chat.Chat