Create delete_chats_of_all_contacts() in contacts.py
NavpreetDevpuri opened this issue · 1 comments
NavpreetDevpuri commented
do as follow
- go through all contacts chats same as in exit_from_all_groups()
NOTE: by using CONTACTS__NAME_IN_CHATS you can get all chats of contacts. - open chat options by using CHATROOM__OPTIONS
- press on
Delete chat
and wait for the chat to be deleted by using self._close_info()
pyvelkov commented
can I work on this? I will submit PR soon