imessagedb.chats

Module Contents

Classes

Chats

All Chats in the database

class imessagedb.chats.Chats(database)[source]

All Chats in the database

property chat_list: dict

Return the list of chats by rowid in a dict

property chat_names: dict

Return the list of chats by rowid in a dict

property chat_identifiers: dict

Return the list of chats by chat identifier in a dict

__repr__() str[source]

Return repr(self).

__len__() int[source]
_get_chats_from_database() None[source]
get_chats() str[source]

Return a string with the list of chats in the database

__getitem__(item) imessagedb.chat.Chat[source]