:py:mod:`imessagedb.chat` ========================= .. py:module:: imessagedb.chat Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: imessagedb.chat.Chat .. py:class:: Chat(database, rowid: str, chat_identifier: str, chat_name: str, last_message_date=None) Class for holding information about a chat .. py:property:: rowid :type: str .. py:property:: chat_identifier :type: str .. py:property:: chat_name :type: str .. py:property:: last_message_date :type: datetime.datetime .. py:property:: participants :type: str Returns the participants in the chat .. py:method:: __repr__() -> str Return repr(self). .. py:method:: add_participant(participant: str) Add a participant to the chat